diff options
Diffstat (limited to 'src/H5overflow.txt')
-rw-r--r-- | src/H5overflow.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5overflow.txt b/src/H5overflow.txt index a9e5099..9fb3b89 100644 --- a/src/H5overflow.txt +++ b/src/H5overflow.txt @@ -29,7 +29,9 @@ # Creation Date: 2009/04/09 unsigned, UNSIGNED; +int8_t, SIGNED; int, SIGNED; +long, SIGNED; int64_t, SIGNED; uint8_t, UNSIGNED; uint16_t, UNSIGNED; |