Skip to content

Latest commit

 

History

History
31 lines (14 loc) · 309 Bytes

File metadata and controls

31 lines (14 loc) · 309 Bytes

c4 - C in four functions

o

add

An exercise in minimalism.

adb

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

commit other

just for test