0_0_1154907_19606.c:8: error: syntax error before "isprime"
0_0_1154907_19606.c: In function `isprime':
0_0_1154907_19606.c:12: error: `true' undeclared (first use in this function)
0_0_1154907_19606.c:12: error: (Each undeclared identifier is reported only once
0_0_1154907_19606.c:12: error: for each function it appears in.)
0_0_1154907_19606.c:18: error: `false' undeclared (first use in this function)
0_0_1154907_19606.c: In function `SUshu':
0_0_1154907_19606.c:28: error: `true' undeclared (first use in this function)
0_0_1154907_19606.c: At top level:
0_0_1154907_19606.c:54: error: syntax error before "iszero"
0_0_1154907_19606.c: In function `iszero':
0_0_1154907_19606.c:59: error: `false' undeclared (first use in this function)
0_0_1154907_19606.c:60: error: `true' undeclared (first use in this function)
0_0_1154907_19606.c: At top level:
0_0_1154907_19606.c:91: error: syntax error before '&' token
0_0_1154907_19606.c: In function `swap':
0_0_1154907_19606.c:94: error: `a' undeclared (first use in this function)
0_0_1154907_19606.c:94: error: `b' undeclared (first use in this function)
|