摘要: #include <stdio.h>#include <stdarg.h> void test(const char * format, ...); int main(void){test("%d_%s", 6, "abc");return 0;} void test(const char * fo 阅读全文
posted @ 2018-10-18 16:26 mingzhang 阅读(2185) 评论(0) 推荐(0) 编辑