kyleconroy / kandr

A journey across the ANSI C with Kernighan and Ritchie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The C Programming Language

Even after all these years, Kernighan and Ritchie's "The C Programming Language" is still the best book on C. My C is a bit rusty, so I thought it would be fun to work my way through the book, doing all the exercises.

All examples are compiled with Clang on OS X 10.6.4, using C99.

All code is licensed under the Attribution-Share Alike 3.0 Unported

About

A journey across the ANSI C with Kernighan and Ritchie

License:MIT License


Languages

Language:C 100.0%