|
|||||||
|
|
CLOSEDIRSection: Manual del Programador de Linux (3)Updated: 11 de Junio de 1995 Index Return to Main Contents NOMBREclosedir - cierra un directorioSINOPSIS#include <sys/types.h> #include <dirent.h> int closedir(DIR *dir); DESCRIPCIÓNLa función closedir() cierra el canal del directorio asociado con dir. El descriptor del canal del directorio dir no estará disponible después de esta llamada.VALOR DEVUELTOLa función closedir() devuelve 0 si tiene éxito o -1 si falla.ERRORES
CONFORME ASVID 3, POSIX, BSD 4.3VÉASE TAMBIÉNclose(2), opendir(3), readdir(3), rewinddir(3), seekdir(3), telldir(3), scandir(3)
Index | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "Linuxinfor Man Pages in HTML Format: man3". See Index Page for more info about Authorship and Copyright. 1999-2008 Linuxinfor.com. No rights reserved. |