[Linux manuál]
Návod, kniha: Linux Programmer's Manual
telldir: vrátit aktuální umístění v adresářovém proudu
Originální popis anglicky: telldir - return current location in directory streamNávod, kniha: Linux Programmer's Manual
STRUČNĚ
#include <dirent.h>off_t telldir(DIR *dir);
POPIS / INSTRUKCE
The telldir() function returns the current location associated with the directory stream dir.NÁVRATOVÁ HODNOTA
The telldir() function returns the current location in the directory stream or -1 if an error occurs.CHYBY / ERRORY
- EBADF
- Invalid directory stream descriptor dir.
ODPOVÍDAJÍCÍ
BSD 4.3SOUVISEJÍCÍ
closedir(3), opendir(3), readdir(3), rewinddir(3), scandir(3), seekdir(3)| 1993-03-31 |