#include <appconfig.h>
Go to the source code of this file.
Functions | |
| void | PackBits (void *src, void *dest, UInt8 nbits, UInt32 count) PACK_SECTION |
| pack from src->dest count of the nbits-lowest order bits | |
| void | UnpackBits (void *src, void *dest, UInt8 nbits, UInt32 count) PACK_SECTION |
| unpack from src->dest the number of bits into the count specified | |
Definition in file pack.h.
|
||||||||||||||||||||
|
pack from src->dest count of the nbits-lowest order bits
Definition at line 23 of file pack.c. Referenced by WriteCityRecord(). |
|
||||||||||||||||||||
|
unpack from src->dest the number of bits into the count specified
Definition at line 63 of file pack.c. Referenced by ReadCityRecord(). |
1.2.18