Posts Tagged ‘dirfd’
dirfd – get directory stream file descriptor
USAGE
#include <sys/types.h>
#include <dirent.h>
int dirfd(DIR *dir);
DESCRIPTION
The function dirfd() returns the file descriptor associated with the
[...]
Categories: D
