SYNOPSIS
#include <sys/types.h>
#include <dirent.h>
int closedir(DIR *dirp);
DESCRIPTION
The
PARAMETERS
- dirp
-
Is the directory pointer to close (from
opendir() ).
RETURN VALUES
If successful,
CONFORMANCE
POSIX.1(1996).
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
opendir() ,readdir() ,rewinddir() ,seekdir() ,telldir()
PTC MKS Toolkit 10.4 Documentation Build 39.