#ifndef FILES_H_ #define FILES_H_ #include "types.h" const char* hi_file_to_str_dyn(const char *filename); #endif // FILES_H_