2015年5月5日

摘要: 1 void plog(const char *fmt, ...) 2 { 3 va_list arg; 4 char pbString[256]; 5 va_start(arg, fmt); 6 vsprintf(pbString, fmt, arg); //若此行和下行改为:done = fp... 阅读全文

posted @ 2015-05-05 21:39 Mic_Zhang 阅读(152) 评论(0) 推荐(0)