Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rswier/c4

C in four functions
https://github.com/rswier/c4

Last synced: about 16 hours ago
JSON representation

C in four functions

Awesome Lists containing this project

README

        

c4 - C in four functions
========================

An exercise in minimalism.

Try the following:

gcc -o c4 c4.c
./c4 hello.c
./c4 -s hello.c

./c4 c4.c hello.c
./c4 c4.c c4.c hello.c