int main()
{
int i ;
i = wmzlq() ;
printf("%d",i) ;
return 0 ;
}
但是始终不能通过编译。。。编译时错误提示如下:
[root@Daemon ~]# gcc -o test test.c
test.c:5: error: syntax error before "wmzlq"
test.c:5: warning: data definition has no type or storage class
[root@Daemon ~]#