Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rswier/c4
C in four functions
https://github.com/rswier/c4
Last synced: about 16 hours ago
JSON representation
C in four functions
- Host: GitHub
- URL: https://github.com/rswier/c4
- Owner: rswier
- License: gpl-2.0
- Created: 2014-11-04T17:57:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T06:13:39.000Z (12 months ago)
- Last Synced: 2024-12-04T17:05:52.688Z (8 days ago)
- Language: C
- Size: 46.9 KB
- Stars: 9,772
- Watchers: 326
- Forks: 1,431
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - c4
README
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