0_0_2824356_2461.c:10: error: syntax error before "isprime"
0_0_2824356_2461.c: In function `isprime':
0_0_2824356_2461.c:13: error: `true' undeclared (first use in this function)
0_0_2824356_2461.c:13: error: (Each undeclared identifier is reported only once
0_0_2824356_2461.c:13: error: for each function it appears in.)
0_0_2824356_2461.c:15: error: `false' undeclared (first use in this function)
0_0_2824356_2461.c:16: error: 'for' loop initial declaration used outside C99 mode
0_0_2824356_2461.c: In function `makep':
0_0_2824356_2461.c:29: error: 'for' loop initial declaration used outside C99 mode
0_0_2824356_2461.c: At top level:
0_0_2824356_2461.c:67: error: syntax error before "iszero"
0_0_2824356_2461.c: In function `iszero':
0_0_2824356_2461.c:69: error: 'for' loop initial declaration used outside C99 mode
0_0_2824356_2461.c:73: error: `false' undeclared (first use in this function)
0_0_2824356_2461.c:76: error: `true' undeclared (first use in this function)
0_0_2824356_2461.c: At top level:
0_0_2824356_2461.c:79: error: syntax error before '&' token
0_0_2824356_2461.c: In function `swap':
0_0_2824356_2461.c:83: error: incompatible types in assignment
0_0_2824356_2461.c:84: error: incompatible types in assignment
0_0_2824356_2461.c: In function `add':
0_0_2824356_2461.c:105: error: 'for' loop initial declaration used outside C99 mode
0_0_2824356_2461.c:109: error: redefinition of 'i'
0_0_2824356_2461.c:105: error: previous definition of 'i' was here
0_0_2824356_2461.c:109: error: 'for' loop initial declaration used outside C99 mode
0_0_2824356_2461.c:117: error: redefinition of 'i'
0_0_2824356_2461.c:109: error: previous definition of 'i' was here
0_0_2824356_2461.c:122: error: 'for' loop initial declaration used outside C99 mode
|