linux函數代碼操練---linux環境-----時間和日期

基礎知識 與時間有關的函數 頭文件#include<time.h> ①time_t time(time_t *tloc); 返回計算機紀元至今的秒數並且將值存入tloc ②double difftime(time_t time1,time_t time2); ③struct tm* gmtime(const time_t timeval); ④struct tm* localtime(const
相關文章
相關標籤/搜索