mirror of
https://github.com/wnayes/macutils.git
synced 2025-01-05 00:30:04 +00:00
11 lines
220 B
C
11 lines
220 B
C
|
#define BITBUFSIZ 16
|
||
|
|
||
|
extern unsigned int bit_be_bitbuf;
|
||
|
extern char *bit_be_filestart;
|
||
|
extern int bit_be_inbytes;
|
||
|
|
||
|
extern void bit_be_fillbuf();
|
||
|
extern unsigned int bit_be_getbits();
|
||
|
extern void bit_be_init_getbits();
|
||
|
|