#error出错

#error指令产生一个编译时错误信息。

示例:

#if (SIZE % 256) != 0
#error "SIZE must be a multiple of 256!"
#endif