Skip to content

Files

Latest commit

Nov 4, 2014
f5c6cc6 · Nov 4, 2014

History

History
14 lines (9 loc) · 260 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 260 Bytes

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