wesz / c4

C in four functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

C in four functions

License:GNU General Public License v2.0


Languages

Language:C 100.0%