#ifndef ANIMTOOL_FILE_H_ #define ANIMTOOL_FILE_H_ #include #include "util/str.h" FILE *file_open(str s_path, const char *mode); str file_read(FILE *file); #endif