This is a DOS port of the Tiny C Compiler 0.9.27. It's actually built as a win32 binary, but is modified to run better in HXDOS. While this compiler will run in Windows, my focus is on DOS.
This build requires an FPU (math coprocessor) to use floating point types.
It requires 16 MB RAM to bootstrap and rebuild itself.
It uses Watcom libc rather than MSVCRT.DLL.
It does not require LFN (long file name) support.