摘要:
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)
一段优秀的代码不仅仅是功能的实现,而是让她尽可能的优雅。
posted @ 2015-05-05 21:39 Mic_Zhang 阅读(152) 评论(0) 推荐(0)