RTEMS 4.7.99.2 On-Line Library
Files and Directories Manager telldir - Return current location in directory stream
RTEMS POSIX API User's Guide
4.4.5: telldir - Return current location in directory stream
CALLING SEQUENCE:
-
#include <dirent.h>
off_t telldir(
DIR *dir
);
STATUS CODES:
- EBADF
-
Invalid directory stream descriptor
dir
.
DESCRIPTION:
The telldir()
function returns the current location associated with the
directory stream dir
.
NOTES:
The routine is implemented in Cygnus newlib.
RTEMS POSIX API User's Guide
Copyright © 1988-2004 OAR Corporation