C-define

#define COLOR_RED 0xFF0000

宏可以在编译的时候被替换。

gcc -E main.c -o main.c