> For the complete documentation index, see [llms.txt](https://tlpi-zhtw.netdpi.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tlpi-zhtw.netdpi.net/tlpi_sample.md).

# 範例程式解析

TLPI (The Linux Programming Interface) 的價值之一就是有許多的範例程式，而原作也將這些範例程式以 GNU 授權的方式提供，即使沒有買到這本書，這些範例也是很有價值與幫助，小編將不定期抽出時間在這個專頁提供 TLPI 的範例程式解析。

這裡介紹的 source code 會以小編放在這個 github 的為主：

<https://github.com/myliao2007/tlpi-sample/>

原作的範例程式採 GNU 授權

All of the source code is copyright Michael Kerrisk, and each file is licensed under the either [GNU General Public License (Version 3)](http://www.fsf.org/licensing/licenses/gpl-3.0.html) (most files) or the [GNU Lesser General Public License (Version 3)](http://www.fsf.org/licensing/licenses/lgpl-3.0.html) (library code); see the individual files for details.

原作的最新範例程式

{% embed url="<https://man7.org/tlpi/code/index.html>" %}
