Better support for variadic functions

This commit is contained in:
2025-09-22 15:11:50 +02:00
parent 4f239166c7
commit 6487384e4e
8 changed files with 417 additions and 71 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ endif
all: cweb.c cweb.h cozisnews$(EXT)
cweb.c cweb.h:
cweb.c cweb.h: src/main.c src/main.h
python amalg.py
sqlite3.o: demo/sqlite3.c