bz_file
get_byte(struct bz_file *bzf)
check_header(struct bz_file *bzf)
struct bz_file *bzf;
bzf = malloc(sizeof(struct bz_file));
bzero(bzf, sizeof(struct bz_file));
struct bz_file *bzf = (struct bz_file *)f->f_fsdata;
struct bz_file *bzf = (struct bz_file *)f->f_fsdata;
struct bz_file *bzf = (struct bz_file *)f->f_fsdata;
struct bz_file *bzf_tmp;
bzf_tmp = malloc(sizeof(struct bz_file));
bzero(bzf_tmp, sizeof(struct bz_file));
struct bz_file *bzf = (struct bz_file *)f->f_fsdata;
bzf = (struct bz_file *)f->f_fsdata;
struct bz_file *bzf = (struct bz_file *)f->f_fsdata;
static int bzf_fill(struct bz_file *z);
bzf_fill(struct bz_file *bzf)