温柔心锁

文章
4
资源
0
加入时间
2年10月18天

linux c获得时间和设置时间 函数

#include<time.h> #include <sys/time.h>#include<stdio.h>//gcc -o systime systime.cint getSystemTime()   {       time_t timer;       struct tm t_tm;       time(&timer);