s_zstate
static int cl_block(struct s_zstate *);
static void cl_hash(struct s_zstate *, count_int);
static code_int getcode(struct s_zstate *);
static int output(struct s_zstate *, code_int);
struct s_zstate *zs;
struct s_zstate *zs;
output(struct s_zstate *zs, code_int ocode)
struct s_zstate *zs;
getcode(struct s_zstate *zs)
cl_block(struct s_zstate *zs) /* Table clear for block compress. */
cl_hash(struct s_zstate *zs, count_int cl_hsize) /* Reset code table. */
struct s_zstate *zs;
if ((zs = calloc(1, sizeof(struct s_zstate))) == NULL)
static code_int getcode(struct s_zstate *zs);
struct s_zstate *zs;
if ((zs = calloc(1, sizeof(struct s_zstate))) == NULL)
struct s_zstate *zs;
getcode(struct s_zstate *zs)