about summary refs log tree commit diff
path: root/inttypes_netpbm.h
diff options
context:
space:
mode:
Diffstat (limited to 'inttypes_netpbm.h')
-rw-r--r--inttypes_netpbm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/inttypes_netpbm.h b/inttypes_netpbm.h
new file mode 100644
index 00000000..6852145c
--- /dev/null
+++ b/inttypes_netpbm.h
@@ -0,0 +1,8 @@
+/* This was generated by the program 'typegen' */
+#ifndef INTTYPES_H_NETPBM
+#define INTTYPES_H_NETPBM
+typedef unsigned int uint32_t;
+typedef signed int int32_t;
+typedef signed int int_fast32_t;
+typedef unsigned int uint_fast32_t;
+#endif