bunzip_data
static unsigned int INIT get_bits(struct bunzip_data *bd, char bits_wanted)
static int INIT get_next_block(struct bunzip_data *bd)
static int INIT read_bunzip(struct bunzip_data *bd, char *outbuf, int len)
static int INIT start_bunzip(struct bunzip_data **bdp, void *inbuf, long len,
struct bunzip_data *bd;
i = sizeof(struct bunzip_data);
memset(bd, 0, sizeof(struct bunzip_data));
struct bunzip_data *bd;