int of_close(OutputFile *of)
Closes an output file.
FILE * file
The file pointer for fname_tmp.
char * fname_tmp
The temporary output file that is written to until of_close() is called.
void of_cancel(OutputFile *of)
Cancels a save process.
FILE * of_open(OutputFile *of, const char *fname)
Opens an output file.
char * fname
The original output file that is written.