Why does #define INVALID_VALUE -999; give a syntax error when used?

后端 未结 6 2119
长发绾君心
长发绾君心 2020-12-11 22:40

I am trying to compare to a defined constants in C, and I have simplified my program to the following:

#include \"stdio.h\"
#include \"stdlib.h\"
#define INV         


        
6条回答
提交回复
热议问题