Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/captainepoch/c_book_solutions

My solutions for "The C Programming Language, 2nd edition".
https://github.com/captainepoch/c_book_solutions

c

Last synced: about 1 month ago
JSON representation

My solutions for "The C Programming Language, 2nd edition".

Awesome Lists containing this project

README

        

# README
Solutions for _The C Programming Language, 2nd ed._ by Brian W.
Kernighan and Dennis M. Ritchie.

# Compilation
Examples were compiled using:

```
gcc -W -Wall -ansi -pedantic -g -o main main.c
```

# License
[MIT](./COPYING)