代码是:
Push(size, (POINTER)(GetCar(i) == term_Null()? 0 : 1));
这是 C code push
回报 ABC
typedef POINTER *ABC
typedef void * POINTER
ABC size;
Push(ABC,POINTER);
XYZ GetCar(int);
typedef struct xyz *XYZ;
XYZ term_Null();
long int i;
特定警告的原因是什么?