lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



On Apr 28, 2014, at 5:44 PM, Philipp Janda <siffiejoe@gmx.net> wrote:

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