6#ifndef __LIBDRAGON_DIR_H
7#define __LIBDRAGON_DIR_H
int dir_findnext(const char *const path, dir_t *dir)
Find the next file in a directory.
Definition system.c:1252
int dir_findfirst(const char *const path, dir_t *dir)
Find the first file in a directory.
Definition system.c:1217
int64_t d_size
Size of the file.
Definition dir.h:47
uint32_t d_cookie
Opaque cookie used to continue walking.
Definition dir.h:49
int d_type
The type of the directory entry. See DT_REG and DT_DIR.
Definition dir.h:38
Directory entry structure.
Definition dir.h:34