#include <stdio.h>
#include <string.h>
#include <assert.h>
#include "text.h"
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.
|
1.4.6