From 4c2fcc6f5e33a9ce577cbb16f4fdf32fe5e034ec Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 19 Mar 2018 14:56:22 -0400 Subject: changes --- lib/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/types.h') 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 -- cgit v1.2.3-70-g09d2