1 2 3 4 5 6 7 8 9
#ifndef CANYO_FILE_H #define CANYO_FILE_H #include <stdint.h> #include <pland.h> uint32_t read_line(fs_handle handle, uint32_t max_length, void *buffer); #endif