#ifndef CANYO_FILE_H #define CANYO_FILE_H #include #include uint32_t read_line(fs_handle handle, uint32_t max_length, void *buffer); #endif