Uint textlen
Length of the input text in the encoder.
void decodeBin(decoderTree_t, const Uint textlen, FILE *compressed_file, FILE *output)
Decodes the compressed file data to the output file (for binary alphabet).
void decode(decoderTree_t tree, const Uint textlen, FILE *compressedFile, FILE *output, const BOOL useSee)
Decodes the compressed file data to the output file (for non-binary alphabet).