#include <stdio.h>
#include <stdlib.h>
struct jiegou {
int a;
int b;
int c;
} l;
int judge(struct jiegou *p);
int main(){
int i=1;
struct jiegou l;
judge(&jiegou);
for(i=1;l.a==1;i++)
{
printf("maei");
}
}
int judge (struct jiegou *p){
int j=0;
p->a=1;
if(j<5){
j++;
}
while(j=5){
p->a=0;
}
return p->a;
}
然后报错 [Error] expected primary-expression before ')' token
请各位帮我看看到底哪里出了问题,感激不尽!