Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 439 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 439 Bytes

cheaderless

This is a bit of weird experiment to get rid of headers (entirely!) in C.

(.c) files are straight included into other (.c) files. An import directive serves to turn definitions into declarations.

That is to say, object files are still compiled and linked. Static inline .c files are not being included here. The system can grow beyond 1000 C files without the need for headers or long compile times.

make
./a.out