goverclock / TLPI-note

The Linux Programming Interface书中习题的解答.WIP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TLPI-note

包含个人的练习解答,跳过了关于已弃用内容相关的题目.

官方勘误表

https://man7.org/tlpi/errata/index.html

tip:为了获取完整的manual page(例如man pthread_mutex_trylock),需要安装一个包:

sudo apt install glibc-doc
sudo apt install manpages-dev

About

The Linux Programming Interface书中习题的解答.WIP


Languages

Language:C 98.2%Language:C++ 1.7%Language:Shell 0.1%