Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
dirent Struct Reference

Directory entry structure. More...

#include <dirent.h>

Public Attributes

ino_t d_ino
 file serial number
 
char d_name []
 filename string of entry
 

Detailed Description

Directory entry structure.

Definition at line 48 of file dirent.h.

Member Data Documentation

◆ d_ino

ino_t dirent::d_ino

file serial number

Definition at line 50 of file dirent.h.

◆ d_name

char dirent::d_name[]

filename string of entry

Definition at line 51 of file dirent.h.


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