define symbol undef symbol if symbol [operator symbol2]... else elif symbol [operator symbol2] endif warning text text指在編譯器輸出中的警告文字 error text text指在編 ...
#define symbol
#undef symbol
#if symbol [operator symbol2]...
#else
#elif symbol [operator symbol2]
#endif
#warning text text指在編譯器輸出中的警告文字
#error text text指在編譯器輸出中的錯誤信息
#line number [file]