KallistiOS
2.0.0
|
the DIR structure in KOS More...
#include <dirent.h>
Data Fields | |
file_t | fd |
the file descriptor | |
struct dirent | d_ent |
the POSIX dirent |
the DIR structure in KOS
In KOS, DIR * is just an fd, but we use a struct so we can also include the POSIX dirent.
struct dirent DIR::d_ent |
the POSIX dirent
file_t DIR::fd |
the file descriptor