Add new examples

This commit is contained in:
2025-12-06 10:34:47 +01:00
parent 2eff3ca28c
commit c7421d8947
15 changed files with 227 additions and 157 deletions
+2 -2
View File
@@ -3,11 +3,11 @@
ifeq ($(shell uname -s),Windows_NT)
EXT = .exe
else
EXT =
EXT = .out
endif
all:
gcc -o test$(EXT) test.c ../url.c cJSON.c -Wall -Wextra -ggdb
clean:
rm test test.exe
rm test.out test.exe
BIN
View File
Binary file not shown.