#undef

​用于清除#define语句定义的识别符。

格式
#undef识别符名

参数

识别符名
#用于指定在define语句中使用的关键字。

参阅
​#define, #ifdef, #ifndef