Skip to content

Cushychicken/tlpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tlpi

These are my transcriptions of the example programs in The Linux Programming Interface, as well as my solutions to the exercise problems. These are organized by chapter, with each chapter having the following basic structure:

├── ch04
    ├── examples
    │   ├── copy.c
    │   └── Makefile
    └── exercises

For now, the exercises have to be compiled locally, in the respective /examples or /exercises directory.

To generate the example code and problem set solutions, just clone the repository and run:

> make lib
> make all

Each program will appear in the directory in which it was compiled.

About

The Linux Programming Interface - solutions to exercises by chapter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published