KallistiOS
2.0.0
|
The POSIX dirent which describes a directory entry. More...
#include <dirent.h>
Data Fields | |
int | d_ino |
the file number | |
off_t | d_off |
the file offset | |
uint16 | d_reclen |
the record length | |
uint8 | d_type |
the type | |
char | d_name [256] |
the entry name |
The POSIX dirent which describes a directory entry.
int dirent::d_ino |
the file number
char dirent::d_name[256] |
the entry name
off_t dirent::d_off |
the file offset
uint16 dirent::d_reclen |
the record length
uint8 dirent::d_type |
the type