摘要: 1 /* 2 func_ptr.c -- 使用函数指针 3 */ 4 5 #include <stdio.h> 6 #include <string.h> 7 #include <ctype.h> 8 9 #define LEN 81 10 11 char* s_gets(char *st, int 阅读全文
posted @ 2018-06-15 10:10 web1013 阅读(181) 评论(1) 推荐(1)