Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
closedir(3)
Edit
PageHistory
Diff
Info
LikePages
CLOSEDIR !!!CLOSEDIR NAME SYNOPSIS DESCRIPTION RETURN VALUE ERRORS CONFORMING TO SEE ALSO ---- !!NAME closedir - close a directory !!SYNOPSIS __#include __''dir''__); __ !!DESCRIPTION The __closedir()__ function closes the directory stream associated with ''dir''. The directory stream descriptor ''dir'' is not available after this call. !!RETURN VALUE The __closedir()__ function returns 0 on success or -1 on failure. !!ERRORS __EBADF__ Invalid directory stream descriptor ''dir''. !!CONFORMING TO SVID 3, POSIX, BSD 4.3 !!SEE ALSO close(2), opendir(3), readdir(3), rewinddir(3), seekdir(3), telldir(3), scandir(3) ----
9 pages link to
closedir(3)
:
Man3c
alphasort(3)
opendir(3)
readdir(3)
rewinddir(3)
scandir(3)
seekdir(3)
telldir(3)
versionsort(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.