oo.c: In function `open_fs':
oo.c:78: warning: unused variable `k'
oo.c:78: warning: unused variable `j'
oo.c: In function `normal_find':
oo.c:186: warning: implicit declaration of function `FindFile'
oo.c: In function `main':
oo.c:222: warning: value computed is not used
oo.c:222: parse error before `)'
oo.c:223: warning: statement with no effect
oo.c:223: parse error before `)'
oo.c:224: warning: statement with no effect
oo.c:224: parse error before `)'
oo.c:226: warning: passing arg 1 of `open_file' makes pointer from integer without a cast
oo.c:229: `wb' undeclared (first use this function)
oo.c:229: (Each undeclared identifier is reported only once
oo.c:229: for each function it appears in.)
oo.c:229: incompatible types in assignment
oo.c:232: incompatible type for argument 4 of `fwrite'
oo.c:236: incompatible type for argument 4 of `fwrite'
oo.c:238: incompatible type for argument 1 of `fclose'
oo.c:216: warning: `j' might be used uninitialized in this function
oo.c:216: warning: `k' might be used uninitialized in this function
oo.c:240: warning: control reaches end of non-void function
oo.c: At top level:
oo.c:241: parse error before `}'
