Directory entry structure.
More...
#include <dirent.h>
|
| ino_t | d_ino |
| | file serial number
|
| |
| char | d_name [] |
| | filename string of entry
|
| |
Directory entry structure.
Definition at line 48 of file dirent.h.
◆ d_ino
file serial number
Definition at line 50 of file dirent.h.
◆ 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: