1 Star 0 Fork 1

sdbzmyh/learnC2

forked from guohuacai/learnC2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
c语言头文件格式.txt 286 Bytes
一键复制 编辑 原始数据 按行查看 历史
guohuacai 提交于 2021-01-29 07:20 . 学习总结
//防止头文件重复包含
#ifndef _XXXXX_H
#define _XXXXX_H
//如果是c++编译器,设置其安c语言标准编译
#ifdef __cplusplus
extern "C"
{
#endif //左花括号
在这里写变量以及函数声明
#ifdef __cplusplus
} //右花括号
#endif
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sdbzmyh/learn-c2.git
git@gitee.com:sdbzmyh/learn-c2.git
sdbzmyh
learn-c2
learnC2
master

搜索帮助