1 #ifndef FS_FILE_INTERNAL 2 #define FS_FILE_INTERNAL 10 unsigned long long offset;
25 fs_file * root_fs_file;
27 char * fs_popFileName(
char * path, int8_t * offset);
28 fs_file * fs_finddir(fs_file * file,
char * path);
29 int fs_countdir(fs_file * file);
30 void fs_enumerateFile(fs_file * file,
void (*f)(
int, fs_file *,
char *));
Definition: fs_file_internal.h:6