Am 29.04.2014 02:08 schröbte William Ahern: POSIX.1-2008 requires stdio.h to define off_t:
The <stdio.h> header shall define the following data types through typedef: ... off_t As described in <sys/types.h>.
However, OS X is certified as POSIX.1-2001 compliant, where only fpos_t was required to be defined by stdio.h.
OT, but is it only me who shudders at the byzantine mess the C standard header files have become?
—Tim
|