summaryrefslogtreecommitdiff
path: root/lib/types.h
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-03-19 14:56:22 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-03-19 14:56:22 -0400
commit4c2fcc6f5e33a9ce577cbb16f4fdf32fe5e034ec (patch)
tree8f50983bcd4ccb79fbc4e2b3a0b1f0d887170635 /lib/types.h
parent6bf9f10081c62809633528c4ef7fef7020cc03e9 (diff)
downloadc++-4c2fcc6f5e33a9ce577cbb16f4fdf32fe5e034ec.tar.gz
c++-4c2fcc6f5e33a9ce577cbb16f4fdf32fe5e034ec.tar.bz2
c++-4c2fcc6f5e33a9ce577cbb16f4fdf32fe5e034ec.zip
changes
Diffstat (limited to 'lib/types.h')
-rw-r--r--lib/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/types.h b/lib/types.h
index d961ac1..daac873 100644
--- a/lib/types.h
+++ b/lib/types.h
@@ -6,6 +6,7 @@ typedef uint_fast8_t q_t;
typedef uint_fast8_t D_t;
typedef uint_fast16_t L_t;
typedef uint_fast64_t count_t;
+typedef int_fast64_t h_t;
#define MAX_v INT_FAST32_MAX
#define MAX_Q INT_FAST8_MAX
@@ -18,4 +19,5 @@ typedef uint_fast64_t count_t;
#define PRID PRIuFAST8
#define PRIL PRIuFAST16
#define PRIcount PRIuFAST64
+#define PRIh PRIFAST64