Fixed various bugs and added usage for String data type

This commit is contained in:
2026-01-08 15:22:47 +01:00
parent d87ddaf45c
commit 3b7e2dabc9
4 changed files with 109 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
CC = gcc
CFLAGS = -Wall -Wextra -Werror -pedantic-errors -fstack-protector-strong \
-fsanitize=address -fsanitize=undefined -fstack-clash-protection \
-Wwrite-strings -g -std=c99
-fdiagnostics-color=always -Wwrite-strings -g -std=c99
BENCH_FLAGS = -Wall -Wextra -Werror -O3