#include <stdapis/sys/dirent.h>
struct dirent |
Public Attributes | |
---|---|
__uint32_t | d_fileno |
char | d_name |
__uint8_t | d_namlen |
__uint16_t | d_reclen |
__uint8_t | d_type |
The dirent structure defines the format of directory entries returned by the getdirentries(2) system call.