sys/time.h

sys/time.h是Linux系統的日期時間頭檔案,sys/time.h通常會包含includetime.h。

編寫的代碼如果是平台無關的,則需要在代碼里include time.h,但這樣的話,使用time_t等數據結構的話可能需要手動:
#define __need_time_t
#define __need_timespec
通常如果代碼可以是平台相關的,則只需要include <sys/time.h>。

相關詞條

熱門詞條

聯絡我們