| | ANSI C and C++ Bit Manipulation Libraries |
 | | Every bit file is referenced by a structure which includes a FILE pointer, a character to buffer bits, and count of the number of bits in the character buffer. |
 | | Once 8 bits have been written to the character buffer, the buffer is written to the underlying file and the bit count is set to 0. |
 | | The array data is contained inside structure which includes a count of the number of bits in the array, and a pointer to the memory storing the array. |
| michael.dipperstein.com /bitlibs (1853 words) |