struct tm *now測試

#include <stdio.h> #include <stdlib.h> #include "time.h" void Send_Message_To_Data_Server(struct tm *tm, time_t t) {     struct tm *now; //實時時間     /**打印org處獲得的tm(指針),實際指針所指的內容在調用localtime()時被更改了*/  
相關文章
相關標籤/搜索