Skip to content

andrakis/c4

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.2%
  • Makefile 7.1%
  • C++ 5.8%
  • Shell 1.7%
  • Assembly 1.1%
  • NASL 0.1%