Skip to content

glouw/cheaderless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The C without headers experiment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published