Next: tempnam
, Previous: tdelete
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
telldir
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/telldir.html
Gnulib module: —
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
long int
is a 32-bit type, this function may not
work correctly on huge directories larger than 2 GB. The fix is to use
the AC_SYS_LARGEFILE
macro (only on Mac OS X systems).