宏(Macro)

宏定义

#define PI 3.14 // 没有分号
#define max(x, y) (x > y ? x : y)

results matching ""

    No results matching ""