slcc/fakelibc/README

7 lines
326 B
Plaintext
Raw Permalink Normal View History

The fakelibc directory contains "fake" header files to allow the compiler to
self-host on Linux-compatible systems without needing complete C compatibility.
It can also be used for other small tools built with the compiler, but is not
a replacement for a full libc (just a more-portable wrapper over GNU libc or
compatible).