Skip to content

C99 practice alongside "C Programming: A Modern Apporach"

Notifications You must be signed in to change notification settings

Hillard28/c99practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c99practice

C99 practice alongside "C Programming: A Modern Apporach". Includes personal solutions to textbook problems.

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

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

About

C99 practice alongside "C Programming: A Modern Apporach"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published