BQC icon indicating copy to clipboard operation
BQC copied to clipboard

Brad's Quixotic C - a barebones libc in a single header file

BQC

Brad's Quixotic C - a barebones libc in a single header file

TODO

HOWTO
for best results "amalgamate" your app into a single c file (main.c for example)
compile with gcc -nostartfiles -nostdlib $CFLAGS -o myapp main.c $LDFLAGS