C in four functions
C
Latest commit 80db11d Feb 25, 2016 @rswier Revert "Added structures"
This reverts commit 32b33ff.
Permalink
Failed to load latest commit information.
LICENSE Initial commit Nov 4, 2014
README.md m32 option Nov 4, 2014
c4.c Revert "Added structures" Feb 26, 2016
hello.c initial Nov 4, 2014

README.md

c4 - C in four functions

An exercise in minimalism.

Try the following:

gcc -o c4 c4.c  (you may need the -m32 option on 64bit machines)
./c4 hello.c
./c4 -s hello.c

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