C语言.h头文件
文章鏈接
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的文件可以理解為自己寫的包
總結(jié)
- 上一篇: yolo 识别 狗狗自行车
- 下一篇: tensorflow加载模型