#include <stdio.h>
#include <stdlib.h>
#include <string>
Go to the source code of this file.
Functions | |
char * | textFileRead (char *fn) |
int | textFileWrite (char *fn, char *s) |
char* textFileRead | ( | char * | fn | ) |
Definition at line 18 of file textfile.cpp.
int textFileWrite | ( | char * | fn, | |
char * | s | |||
) |
Definition at line 45 of file textfile.cpp.