I was getting compile errors with FILE as an undefined symbol without <stdio.h> explicitly included. Of course, this could be my error rather than yours, so here's my compiler info:
$ cc -v
clang version 3.5.0 (trunk 203549)
Target: x86_64-apple-darwin13.1.0
Thread model: posix
I was getting compile errors with
FILE
as an undefined symbol without<stdio.h>
explicitly included. Of course, this could be my error rather than yours, so here's my compiler info:This is a relatively 'vanilla' version of
clang
built from source, on OS X Mavericks.