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