|
Files | |
| file | utl_file.h |
Functions | |
| char * | utlFileLoadText (const char *filename) |
| int | utlFileSaveText (const char *filename, const char *text) |
| char* utlFileLoadText | ( | const char * | filename | ) |
Returns the text of a file or NULL if failed.
| int utlFileSaveText | ( | const char * | filename, | |
| const char * | text | |||
| ) |
Saves a text in memory into a file.
1.7.1