Go to the source code of this file.
Data Structures | |
struct | TEXT |
Functions | |
TEXT * | load_text (char *filename) |
This function loads into memory a text file. | |
void | free_text (TEXT *text) |
This function release from memory a text loaded by load_text(). |
|
This function release from memory a text loaded by load_text().
|
|
This function loads into memory a text file.
|