make fpos_t an opaque type
authorLars Buitinck <L.J.Buitinck@uva.nl>
Fri, 23 Aug 2013 15:29:55 +0000 (17:29 +0200)
committerLars Buitinck <L.J.Buitinck@uva.nl>
Fri, 23 Aug 2013 15:29:55 +0000 (17:29 +0200)
commit68ccad8d5f4909e0e472fe96061a3d9923f21a7a
treeb2da6a4ced560f53d226ade9f1fce7f19a18e4f9
parentadd8091340e3e7f053a484fb3a2fcaffa5e20be7
make fpos_t an opaque type

According to the C11 standard, ยง7.21.1, fpos_t

    is a complete object type other than an array type

but there's no guarantee that its an integer type.
Cython/Includes/libc/stdio.pxd