Brad's Quixotic C - a barebones libc in a single header file
TODO
- implement DNS lookup and caching
- Partial support for Posix C
- More Architectures
- Support Windows Syscalls
- BSD Syscall support
- add inline documentation to functions
- use lolremez for libm
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