最近在 Linux 下看一些別人寫的 Source code
這些 code 都引用了很多系統的 .h
如
#include <pthread.h>
#include <signal.h>
#include <sys/ipc.h>
#include <sys/sem.h>
#include <sys/mman.h>
.....(略), 共 28 個
因為小弟會的很粗淺, 大概知道常見的 math.h, string.h 這些很標準的
所以很多都沒有看過
有沒有什麼資料, 有介紹這些系統本身就有的 .h 檔
可以幫助我瞭解
--
All Comments