Beispiel #1
0
/* lh2 */
void
decode_start_dyn( /* void */ )
{
    n_max = 286;
    maxmatch = MAXMATCH;
    init_getbits();
    init_code_cache();
    start_c_dyn();
    start_p_dyn();
}
Beispiel #2
0
Datei: larc.c Projekt: yoheie/lha
/* lzs */
void
decode_start_lzs( /*void*/ )
{
    init_getbits();
    init_code_cache();
}