add support for SI16 signed integer type

This commit is contained in:
Denis Ahrens
2013-02-02 16:36:42 +01:00
parent dd63c65655
commit 44c4e1d15a
2 changed files with 8 additions and 0 deletions

View File

@ -44,6 +44,7 @@
#define DATATYPE_UINT32 "ui32"
#define DATATYPE_SP78 "sp78"
#define DATATYPE_SI8 "si8 "
#define DATATYPE_SI16 "si16"
typedef struct {
char major;