linux c得到時間和設置時間 函數

#include<time.h> #include <sys/time.h> #include<stdio.h> //gcc -o systime systime.c int getSystemTime()    {        time_t timer;        struct tm t_tm;        time(&timer);        localtime_r(&timer,
相關文章
相關標籤/搜索