Work on functions

This commit is contained in:
2026-01-29 00:00:05 -08:00
parent 22ffac9321
commit 5029405a70
12 changed files with 292 additions and 123 deletions

View File

@ -15,7 +15,7 @@ endif
CC=gcc
CFLAGS=$(DEBUG_CFLAGS) $(LLVM_SAN_FLAGS) -std=c11 -Wall -Wpedantic $\
-D_POSIX_C_SOURCE=199309L
-D_POSIX_C_SOURCE=200112L
LD=gcc
LDFLAGS=$(LLVM_SAN_FLAGS)