RTEMS Logo

RTEMS 4.10.2 On-Line Library


Files and Directories Manager telldir - Return current location in directory stream

PREV UP NEXT Bookshelf 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.


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation