Linux 时间获取函数-C语言

#include <stdio.h> #include <string.h> #include <time.h> int main(int argc,char **argv) { time_t time_now; struct tm *curr_time = NULL;  char strtime[20]; memset(strtime,0x00,sizeof(st
相关文章
相关标签/搜索