摘要: #include <stdio.h>#include <stdarg.h>#include <assert.h>#include <string> void simple_va_fun(char * fmt, ...) {#define TEMP_BUF_LEN 200 char buf[TEMP_ 阅读全文
posted @ 2017-11-06 15:12 guanlongcun 阅读(461) 评论(0) 推荐(0) 编辑