#ifndef _FILE_OPEN_H #define _FILE_OPEN_H #include #include #include FILE *file_open(const char *prog, const char *path, const char *mode); #endif