摘要:
#include <sys/time.h> #include <unistd.h> void print_time(void) { time_t curr_time; time(&curr_time); struct tm *ptm = localtime(&curr_time); struct t 阅读全文
posted @ 2018-09-15 16:42
shunxiang
阅读(264)
评论(0)
推荐(0)

浙公网安备 33010602011771号