Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

source/pack.h

Go to the documentation of this file.
00001 
00005 #include <appconfig.h>
00006 
00007 #if !defined(_PACK_H_)
00008 #define _PACK_H_
00009 
00010 #if defined (__cplusplus)
00011 extern "C" {
00012 #endif
00013 
00014 void PackBits(void *src, void *dest, UInt8 nbits, UInt32 count) PACK_SECTION;
00015 void UnpackBits(void *src, void *dest, UInt8 nbits, UInt32 count) PACK_SECTION;
00016 
00017 #if defined (__cplusplus)
00018 }
00019 #endif
00020 
00021 #endif

Generated on Mon Aug 30 19:44:16 2004 for pocketcity by doxygen1.2.18