標頭檔time.h 宣告許多時間處理的型態、結構跟函數。例如兩個算術型態clock_t 與time_t , clock_t 的單位是CPU 時間的單位tick , time_t 的單位則是秒。
pydoing.blogspot.com