#undef及其用法 简 介 在后面取消以前定义的宏定义 在此程序中,我们将取消在先前程序中对预处理器的定义。 1 #include <stdio.h> 2 in … Continue reading #undef及其用法