declaration

  • extern variable
  • function prototypes
  • struct/class declaration

For definition, we don’t have struct/class definition, but function and variable has.


  • 声明是不产生代码的东西
    • 函数声明
    • 变量声明
    • 结构声明
    • 宏声明
    • 枚举声明
    • 类型声明
    • inline函数
  • 定义是产生代码的东西

struct 枚举 Header 自定义函数