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
相關文章
相關標籤/搜索