8#ifndef __LIBDRAGON_DIR_H
9#define __LIBDRAGON_DIR_H
int dir_findnext(const char *const path, dir_t *dir)
Find the next file in a directory.
Definition system.c:1244
int dir_findfirst(const char *const path, dir_t *dir)
Find the first file in a directory.
Definition system.c:1218
int64_t d_size
Size of the file.
Definition dir.h:49
uint32_t d_cookie
Opaque cookie used to continue walking.
Definition dir.h:51
int d_type
The type of the directory entry. See DT_REG and DT_DIR.
Definition dir.h:40
Directory entry structure.
Definition dir.h:36