#ifndef FUSEE_SD_UTILS_H #define FUSEE_SD_UTILS_H #include "utils.h" int read_sd_file(void *dst, const char *filename); #endif