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

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...
 

Detailed Description

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.

Field Documentation

struct dirent DIR::d_ent

Current directory entry.

file_t DIR::fd

File descriptor for the directory.


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