Skip to content

codetit4n/KandR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KandR

Warning

Work in progress.

Implementation of the exercises in K&R C book. Just to sharpen my C skills.

Usage:
  make <ex>        Build src/<ex>.c -> build/<ex>     (e.g. make 1-3)
  make run <ex>    Build (if needed) and run          (e.g. make run 1-3)
  make clean       Remove the build directory

Layout:
  src/1-3.c, src/2-4.c, ...

Here, <ex> is the exercise number, e.g. 1-3 for Exercise 1-3.

About

Implementation of the exercises in K&R C book.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors