KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
DIR Struct Reference

the DIR structure in KOS More...

#include <dirent.h>

Data Fields

file_t fd
 the file descriptor
struct dirent d_ent
 the POSIX dirent

Detailed Description

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.


Field Documentation

struct dirent DIR::d_ent

the POSIX dirent

file_t DIR::fd

the file descriptor


The documentation for this struct was generated from the following file: