oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
Loading...
Searching...
No Matches
Data Fields
ove_dirent Struct Reference

Directory entry descriptor returned by ove_fs_readdir. More...

#include <fs.h>

Data Fields

char name [256]
 Null-terminated entry name (not full path).
 
unsigned int size
 File size in bytes; 0 for directories.
 
int is_dir
 Non-zero if the entry is a directory.
 

Detailed Description

Directory entry descriptor returned by ove_fs_readdir.


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