feat: add stack

This commit is contained in:
2025-09-10 16:45:50 +02:00
parent 9c037c5e25
commit 610bf5dab9
8 changed files with 161 additions and 12 deletions

View File

@@ -10,6 +10,7 @@ src = files(
'queue/myqueue.c',
'string/mystring.c',
'vector/myvector.c',
'stack/mystack.c',
)
testlib = files(
@@ -20,6 +21,7 @@ testlib = files(
'test/string/str2.c',
'test/string/str3.c',
'test/vector/v1.c',
'test/stack/s1.c',
)
sources = src + testlib