0_0_4427010_15748.c:1:19: stdio.h: No such file or directory
0_0_4427010_15748.c:2:20: memory.h: No such file or directory
0_0_4427010_15748.c:3:18: math.h: No such file or directory
0_0_4427010_15748.c:4: error: syntax error before "flag"
0_0_4427010_15748.c:8: error: syntax error before "bool"
0_0_4427010_15748.c: In function `IsPrime':
0_0_4427010_15748.c:13: error: `false' undeclared (first use in this function)
0_0_4427010_15748.c:13: error: (Each undeclared identifier is reported only once
0_0_4427010_15748.c:13: error: for each function it appears in.)
0_0_4427010_15748.c:17: error: `true' undeclared (first use in this function)
0_0_4427010_15748.c: In function `Out':
0_0_4427010_15748.c:39: error: syntax error before '/' token
0_0_4427010_15748.c: In function `Search':
0_0_4427010_15748.c:77: error: `true' undeclared (first use in this function)
0_0_4427010_15748.c:81: error: `false' undeclared (first use in this function)
0_0_4427010_15748.c: In function `main':
0_0_4427010_15748.c:95: error: `EOF' undeclared (first use in this function)
0_0_4427010_15748.c:99: error: `false' undeclared (first use in this function)
0_0_4427010_15748.c:99: error: `bool' undeclared (first use in this function)
|