#ifndef FILE_H #define FILE_H #include FILE* get_file_s(const char* path, const char* type); FILE* get_file(const char* path, const char* type); int get_tty(void); FILE* get_tty_stream(char* type); #endif