会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ljq245055804
博客园
首页
新随笔
联系
订阅
管理
2023年4月24日
《C和指针》第一章
摘要: 1 第一章 C标准库中几个常用的IO函数 int puts(void *str): 从str中提取字符直到遇到第一个'\0'为止,将这些字符串加上'\n'后发送给stdout。 int main(void) { char input[100]; input[0] = 'a'; input[1] =
阅读全文
posted @ 2023-04-24 17:39 l1nux_kernel
阅读(26)
评论(0)
推荐(0)
公告