关于宏的使用问题
int del_semaphore(){ #if 1 return something; #endif}
#if 1 return something; #endif[解决办法]宏形式的#if 是不会真正编译到执行程序中去的