🐧
The Linux Programming Interface 國際中文版
  • 基本資料
  • 評價
  • 問與答
  • 勘誤表
  • 範例程式解析
    • TLPI 程式碼問答集
    • 執行範例程式的前置作業
    • 檔案處理
      • 複製檔案
      • 檔案緩衝區處理
        • 直接讀取檔案
Powered by GitBook
On this page
Edit on GitHub

範例程式解析

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

Previous勘誤表NextTLPI 程式碼問答集

Last updated 2 years ago

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

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

原作的範例程式採 GNU 授權

All of the source code is copyright Michael Kerrisk, and each file is licensed under the either (most files) or the (library code); see the individual files for details.

原作的最新範例程式

https://github.com/myliao2007/tlpi-sample/
GNU General Public License (Version 3)
GNU Lesser General Public License (Version 3)
Source code for "The Linux Programming Interface"
Logo