librcsb-core-wrapper  1.000
rcsb_types.h
Go to the documentation of this file.
1 //$$FILE$$
2 //$$VERSION$$
3 //$$DATE$$
4 //$$LICENSE$$
5 
6 #ifndef RCSB_TYPES_H
7 #define RCSB_TYPES_H
8 
9 // Basic types
10 typedef char SInt8;
11 typedef unsigned char UInt8;
12 typedef short int SInt16;
13 typedef unsigned short int UInt16;
14 typedef int SInt32;
15 typedef unsigned int UInt32;
16 
17 // Basic types sizes in octets
18 const UInt8 UINT32_SIZE = sizeof(UInt32);
19 
21 {
29 };
30 
31 #endif // RCSB_TYPES_H not defined
32