about summary refs log tree commit diff
path: root/conform/data/inttypes.h-data
diff options
context:
space:
mode:
Diffstat (limited to 'conform/data/inttypes.h-data')
-rw-r--r--conform/data/inttypes.h-data13
1 files changed, 13 insertions, 0 deletions
diff --git a/conform/data/inttypes.h-data b/conform/data/inttypes.h-data
new file mode 100644
index 0000000000..204a7cf64c
--- /dev/null
+++ b/conform/data/inttypes.h-data
@@ -0,0 +1,13 @@
+type int8_t
+type int16_t
+type int32_t
+type int64_t
+type uint8_t
+type uint16_t
+type uint32_t
+type uint64_t
+type intptr_t
+type uintptr_t
+
+allow PRI*
+allow SCN*