summaryrefslogtreecommitdiff
path: root/modules/inttypes
diff options
context:
space:
mode:
Diffstat (limited to 'modules/inttypes')
-rw-r--r--modules/inttypes28
1 files changed, 28 insertions, 0 deletions
diff --git a/modules/inttypes b/modules/inttypes
new file mode 100644
index 0000000000..fa542ab690
--- /dev/null
+++ b/modules/inttypes
@@ -0,0 +1,28 @@
+Description:
+A wrapper C99 <inttypes.h> header which will always include <stdint.h>
+(possibly the *almost* C99 compliant GNULIB <stdint.h>) and prototypes for the
+strtoimax & strtoumax functions.
+
+Files:
+lib/inttypes.h
+m4/include_next.m4
+m4/full-header-path.m4
+m4/_inttypes_h.m4
+
+Depends-on:
+stdint
+
+configure.ac:
+gl_INTTYPES_H
+
+Makefile.am:
+
+Include:
+#include <inttypes.h>
+
+License:
+LGPL
+
+Maintainer:
+Derek Price
+