KallistiOS
##version##
|
Type representing a directory stream. More...
#include <sys/dirent.h>
Data Fields | |
file_t | fd |
File descriptor for the directory. More... | |
struct dirent | d_ent |
Current directory entry. More... | |
Type representing a directory stream.
This type represents a directory stream and is used by the directory reading functions to trace their position in the directory.
The values in this function are all private and subject to change. Do not attempt to use any of them directly.
struct dirent DIR::d_ent |
Current directory entry.
file_t DIR::fd |
File descriptor for the directory.