first commit

This commit is contained in:
2024-03-19 09:13:22 +01:00
commit 8a05101f0d
9 changed files with 1737 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
all:
gcc lock_free_queue_test.c lock_free_queue.c tinycsem.c tinycthread.c -o test_queue -Wall -Wextra