Context algorithm
Semi-predictive context algorithm implementation
|
#include "types.h"
Go to the source code of this file.
Functions | |
void * | file2String (char *name, Uint *textlen) |
Opens a file and maps it into memory. More... | |
void | freetextspace (Uchar *text, Uint textlen) |
Frees the memory used by the mapping of a file. More... | |
void* file2String | ( | char * | name, |
Uint * | textlen | ||
) |