hi,this a program that has two players and one judge.the judge selects a letter and the player who has more letters equal to the one that the judge selected wins.It's been hours since i have this problem and i can't find a solution on the internet.
Actually, this particular error occurs at the ends of line 7: int ganador(int p1,int p2);
and line 27: void definicion(char* A,char* B);
Remove the semi-colons from the ends of these lines.
Take it from there. I'm afraid that there are quite a few more errors to find afterwards.