会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小默同学的个人博客
世上无难事,只怕有心人。
Nothing is difficult if you put your time into it.
博客园
首页
新随笔
联系
订阅
管理
2021年3月7日
C语言引入其他文件的函数
摘要: 直接上代码: /*function.c文件*/ #include "function.h" int add(int a, int b) { return a+b; } /*function.h文件*/ int add(int a, int b); /*a.c文件*/ #include <stdio.
阅读全文
posted @ 2021-03-07 00:12 小默同学
阅读(1275)
评论(0)
推荐(1)
公告