changa
3.5
Loading...
Searching...
No Matches
keytype.h
1
#include "converse.h"
2
3
#ifdef BIGKEYS
4
# if CMK_HAS_INT16
5
typedef
CmiUInt16 KeyType;
6
# else
7
#error "128-bit integer not supported."
8
# endif
9
#else
10
typedef
CmiUInt8 KeyType;
11
#endif
12
Generated by
1.13.2