Next: fsetpos
, Previous: fseek
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
fseeko
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/fseeko.html
Gnulib module: fseeko
Portability problems fixed by Gnulib:
fseeko
in <stdio.h>
is not enabled by default
on some platforms:
glibc 2.3.6.
off_t
is a 32-bit type, fseeko
does not work
correctly with files 2 GiB and larger. See Large File Support.
Portability problems not fixed by Gnulib: