TELLDIR

Section: Manual del Programador de Linux (3)
Updated: 12 Marzo 1998
Index Return to Main Contents


 

NOMBRE

telldir - devuelve la posición actual en un flujo directorio.  

SINOPSIS

#include <dirent.h>

off_t telldir(DIR *dir);
 

DESCRIPCIÓN

La función telldir() devuelve la posición actual asociada al flujo de directorio dir.  

VALOR DEVUELTO

La función telldir() devuelve la posición en curso en el flujo de directorio ó -1 si ocurre un error.  

ERRORES

EBADF
Descriptor de flujo de directorio inválido dir.
 

CONFORME A

BSD 4.3  

VÉASE TAMBIÉN

opendir

(3), readdir(3), closedir(3), rewinddir(3), seekdir(3), scandir(3)


 

Index

NOMBRE
SINOPSIS
DESCRIPCIÓN
VALOR DEVUELTO
ERRORES
CONFORME A
VÉASE TAMBIÉN

This document was created by man2html, using the manual pages.
Time: 06:16:23 GMT, January 22, 2005