From 7236712c760324fca98c1f0c342000324cfaacb1 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Fri, 2 Feb 2018 18:37:32 -0500 Subject: fixed type header --- lib/types.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/types.h') diff --git a/lib/types.h b/lib/types.h index 982db47..3bca58c 100644 --- a/lib/types.h +++ b/lib/types.h @@ -9,8 +9,8 @@ typedef uint_fast64_t count_t; #define MAX_Q 256 -#define PRID PRIu8 -#define PRIL PRIu16 -#define PRIcount PRIu64 -#define PRIq PRIu8 +#define PRIq PRIuFAST8 +#define PRID PRIuFAST8 +#define PRIL PRIuFAST16 +#define PRIcount PRIuFAST64 -- cgit v1.2.3-70-g09d2