https://github.com/zelr0x/cpl
Reading the K&R book - C Programming Language, 2nd ed. by Brian W. Kernighan and Dennis M. Ritchie
https://github.com/zelr0x/cpl
c cpl k-and-r kr-book solutions
Last synced: 5 months ago
JSON representation
Reading the K&R book - C Programming Language, 2nd ed. by Brian W. Kernighan and Dennis M. Ritchie
- Host: GitHub
- URL: https://github.com/zelr0x/cpl
- Owner: zelr0x
- Created: 2020-10-19T17:12:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-04T19:52:55.000Z (over 4 years ago)
- Last Synced: 2025-01-20T21:17:50.359Z (over 1 year ago)
- Topics: c, cpl, k-and-r, kr-book, solutions
- Language: C
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cpl
Reading the K&R book - C Programming Language, 2nd ed. by Brian W. Kernighan and Dennis M. Ritchie
The examples are written in a more modern way as per my (rather limited) knowledge of C at the moment of reading