Eneboo - Documentación para desarrolladores
|
Ir al código fuente de este archivo.
'typedefs' | |
typedef struct inflate_codes_state FAR | inflate_codes_statef |
Funciones | |
inflate_codes_statef *inflate_codes_new | OF ((uInt, uInt, const inflate_huft *, const inflate_huft *, z_streamp)) |
int inflate_codes | OF ((inflate_blocks_statef *, z_streamp, int)) |
void inflate_codes_free | OF ((inflate_codes_statef *, z_streamp)) |
typedef struct inflate_codes_state FAR inflate_codes_statef |
inflate_codes_statef* inflate_codes_new OF | ( | (uInt, uInt, const inflate_huft *, const inflate_huft *, z_streamp) | ) |
void inflate_codes_free OF | ( | (inflate_codes_statef *, z_streamp) | ) |
int inflate_codes OF | ( | (inflate_blocks_statef *, z_streamp, int) | ) |