summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/types.h8
1 files changed, 4 insertions, 4 deletions
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