- 博客(1)
- 资源 (3)
- 收藏
- 关注
原创 如何写头文件
头文件一般格式如:led.h头文件#ifndef _LED_H#define _LED_H...#define MAX 3...int max(int a, int b);...#endif对应C/C++文件led.c 或led.cpp#include "led.h"int max(int a, int b){ if(a>b) return a; ret
2017-03-08 21:48:26
515
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅