摘要: 例子1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <stdarg.h> 4 5 char *make_message(const char *fmt, ...) 6 { 7 /* 初始时假设我们只需要不超过100字节大小的空间 */ 阅读全文
posted @ 2021-02-07 22:22 苏格拉底的落泪 阅读(85) 评论(0) 推荐(0) 编辑