githubEdit

範例程式解析

這個地方會不定期介紹書中的範例程式

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

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

https://github.com/myliao2007/tlpi-sample/arrow-up-right

原作的範例程式採 GNU 授權

All of the source code is copyright Michael Kerrisk, and each file is licensed under the either GNU General Public License (Version 3)arrow-up-right (most files) or the GNU Lesser General Public License (Version 3)arrow-up-right (library code); see the individual files for details.

原作的最新範例程式

Last updated