Go to the source code of this file.
Functions | |
| char * | textFileRead (char *fn) |
| reads a text file. Returns zero length array if not successful. /////////////////////////////////////////////////////////////////// | |
| int | textFileWrite (char *fn, char *s) |
| writes in a text file. Returns 1 if successful, 0 if not. | |
| char* textFileRead | ( | char * | fn ) |
reads a text file. Returns zero length array if not successful. ///////////////////////////////////////////////////////////////////
| int textFileWrite | ( | char * | fn, |
| char * | s | ||
| ) |
writes in a text file. Returns 1 if successful, 0 if not.
1.7.2