No description
Find a file
Robert Swierczek 3f098f3ea8 Merge pull request #32 from nubok/patch-2
Avoid undefined behavior - bp is initialized when setting up the stack
2017-08-21 17:39:47 -04:00
c4.c Avoid undefined behavior - bp is initialized when setting up the stack 2017-08-21 23:30:09 +02:00
hello.c initial 2014-11-04 13:05:49 -05:00
LICENSE Initial commit 2014-11-04 12:57:29 -05:00
README.md m32 option 2014-11-04 16:53:58 -05:00

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