summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/types.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/types.h b/lib/types.h
index 572ec64..ec9efaf 100644
--- a/lib/types.h
+++ b/lib/types.h
@@ -26,3 +26,11 @@ typedef int_fast64_t h_t;
#define PRIcount PRIuFAST64
#define PRIh PRIdFAST64
+#define SCNv SCNuFAST32
+#define SCNq SCNuFAST8
+#define SCNR SCNuFAST16
+#define SCND SCNuFAST8
+#define SCNL SCNuFAST16
+#define SCNcount SCNuFAST64
+#define SCNh SCNdFAST64
+