#ifndef EMUL_IO_FILE__ #define EMUL_IO_FILE__ #include <stdio.h> void emul_out_file(char); char emul_cin_file(); void emul_open_file(char*, char*); /* this must be closed when closed application */ void emul_close_file(); #endif