s_zstate
static int cl_block(struct s_zstate *);
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. */
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)