RecvBuffer *pointer;
int *p;
pointer = (RecvBuffer *)_mem_alloc_zero(RECV_BUFFER_LENGTH);
p =NULL;
总是报以下错误:
Error[Pe018]: expected a ")" C:\Documents and Settings\Administrator\桌面\pots_demo\Comm.c 159
Error[Pe513]: a value of type "struct recv_buffer *" cannot be assigned to an entity of type "int *" C:\Documents and Settings\Administrator\桌面\pots_demo\Comm.c 159