-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalarrayshort.c
26 lines (26 loc) · 938 Bytes
/
valarrayshort.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#include "containers.h"
#include "ccl_internal.h"
/****************************************************************************
* ValArrayShort *
****************************************************************************/
#undef ElementType
#undef ValArrayShorterface
#undef ElementType
#undef ValArray
#undef tagValArray
#undef _ValArray
#define _ValArray _ValArrayShort
#define tagValArray tagValArrayShortInterface
#define ElementType short
#define ValArrayInterface ValArrayShortInterface
#define ValArray ValArrayShort
#define iValArrayInterface iValArrayShort
#define MinElementType SHRT_MIN
#define MaxElementType SHRT_MAX
static const guid ValArrayGuidShort = {0x85a86bdd, 0xeca1, 0x4966,
{0x8d,0x1a,0x78,0x38,0x89,0x0,0x87,0xb4}
};
#define ValArrayGuid ValArrayGuidShort
#define __IS_INTEGER__
#define VALARRAY_MAGIC_NUMBER 11223344556677888
#include "valarraygen.c"