4.8.0.0R6
Software Development Kit
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
dirent Struct Reference

Directory entry struct written by readdir(). More...

Data Fields

char d_name [101]
 
uint32_t d_size
 
uint32_t d_type
 

Detailed Description

Directory entry struct written by readdir().

Field Documentation

char dirent::d_name[101]

Name of the entry.

uint32_t dirent::d_size

Size of the entry in bytes.

uint32_t dirent::d_type

Type of the entry. (DT_REG, DT_DIR, or DT_UNKNOWN).


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