Skip to content

C99 practice alongside "Beejs Guide to C Programming"

Notifications You must be signed in to change notification settings

Hillard28/beej_practice

Repository files navigation

Compile C source files using the following line replacing "[filename]" with the name of the file (can be substituted with GCC):

clang -std=c99 -pedantic -o [filename] [filename].c

About

C99 practice alongside "Beejs Guide to C Programming"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages