summaryrefslogtreecommitdiffstats
path: root/c/src/lib/include/inttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/include/inttypes.h')
-rw-r--r--c/src/lib/include/inttypes.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/c/src/lib/include/inttypes.h b/c/src/lib/include/inttypes.h
new file mode 100644
index 0000000000..dad6c67c7d
--- /dev/null
+++ b/c/src/lib/include/inttypes.h
@@ -0,0 +1,22 @@
+/*
+ * inttypes.h
+ *
+ * ISO C99 Format conversion of integer types.
+ *
+ * $Id$
+ */
+
+#ifndef __INTTYPES_H
+#define __INTTYPES_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include <stdint.h>
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif