Skip to content

glouw/cheaderless

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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