/** log.c **/ #include <unistd.h> #include "log.h" // log檔案路徑 #define filepath "./ps_com_log.log" //設定時間 static char * settime ...
確定! 回上一頁