#ifndef FILE_SYSTEM_H #define FILE_SYSTEM_H void init_file_system(void); void read_file(const char* filename); #endif