Add example and readme

This commit is contained in:
2024-05-09 22:55:42 +02:00
parent 532eabb264
commit c6bfc90bcd
6 changed files with 82 additions and 6 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
all:
gcc test.c buddy.c -o test -Wall -Wextra -ggdb #-fsanitize=address,undefined
gcc test2.c buddy.c -o test2 -Wall -Wextra -ggdb
gcc test.c buddy.c -o test -Wall -Wextra -ggdb
gcc test2.c buddy.c -o test2 -Wall -Wextra -ggdb
gcc example.c buddy.c -o example -Wall -Wextra -ggdb