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()时被更改了*/  
相关文章
相关标签/搜索