CWB
Data Fields
_bfilebuf Struct Reference

File buffer for bit input / output. More...

#include <bitio.h>

Data Fields

FILE * fd
 
char mode
 
unsigned char buf
 
int bits_in_buf
 
off_t position
 

Detailed Description

File buffer for bit input / output.

Field Documentation

int bits_in_buf

Referenced by BFflush(), BFopen(), BFread(), and BFwrite().

unsigned char buf

Referenced by BFflush(), BFopen(), BFread(), and BFwrite().

FILE* fd

Referenced by BFclose(), BFflush(), BFopen(), BFread(), and BFwrite().

char mode

Referenced by BFclose(), BFflush(), and BFopen().

off_t position

The documentation for this struct was generated from the following file: