会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
web1013
博客园
首页
新随笔
联系
订阅
管理
2018年6月15日
第 14 章 结构和其他数据形式(函数指针)
摘要: 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)
公告