CGM Objects Library
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
cellDecode.h
1 
2 #ifndef LARSON_CELLDECODE_H_INCLUDE
3 #define LARSON_CELLDECODE_H_INCLUDE
4 
5 #ifdef WIN32
6 # define CALL_TYPE __stdcall
7 #else
8 # define CALL_TYPE
9 #endif /* WIN32 */
10 
11 namespace Larson
12 {
13 
14  #ifdef __cplusplus
15  extern "C" {
16  #else
17  #endif
18 
19  long cellDecode(unsigned long bit_offset, long local_color_prec, unsigned char *ucp, unsigned long max_ndx, long *error);
20 
21  #ifdef __cplusplus
22  }
23  #endif
24 
25 };
26 
27 #endif // LARSON_CELLDECODE_H_INCLUDE