Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <dirent.h> long int telldir(DIR *dirp); | |
Description | Description | |
Return val. | Current location | |
if successful | ||
| Extension | |
| -1 | if an error occurs. |
Errors |
Extension | |
| The file descriptor associated with the directory is no longer valid. This error will occur if the directory was closed. (End) | |
Notes |
| |
See also |
|