当前位置:
首页 >
C语言.h头文件
发布时间:2025/4/5
41
豆豆
文章链接
test.h
void hello(void){printf("hello world\n");}p.c
#include <stdio.h> #include "test.h"int main() {hello();return 0; } gcc p.c ./a.out hello world.h的文件可以理解为自己写的包
总结
- 上一篇: yolo 识别 狗狗自行车
- 下一篇: tensorflow加载模型