telldir - current location of a named directory stream
#include <dirent.h> long int telldir(DIR *dirp);
The telldir() function obtains the current location associated with the directory stream specified by dirp.
If the most recent operation on the directory stream was a seekdir(3C), the directory position returned from the telldir() is the same as that supplied as a loc argument for seekdir().
Upon successful completion, telldir() returns the current location of the specified directory stream.
The telldir() function will fail if:
EOVERFLOW
See attributes(5) for descriptions of the following attributes:
|
opendir(3C), readdir(3C), seekdir(3C), attributes(5), standards(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |