Atmosphere/fusee/fusee-secondary/src/fs_utils.h

10 lines
171 B
C
Raw Normal View History

2018-05-13 21:49:50 +00:00
#ifndef FUSEE_FS_UTILS_H
#define FUSEE_FS_UTILS_H
#include "utils.h"
#include "sdmmc.h"
size_t read_from_file(void *dst, size_t dst_size, const char *filename);
#endif