summaryrefslogtreecommitdiff
path: root/modules/inttypes
diff options
context:
space:
mode:
authorDerek R. Price <derek@ximbiot.com>2006-04-18 17:20:47 +0000
committerDerek R. Price <derek@ximbiot.com>2006-04-18 17:20:47 +0000
commitd58cf1a8bfe32f0a726fd4e22d275bf6b6f760e1 (patch)
tree40900c767781dd5bdad18da7143ec8060e2e1a9e /modules/inttypes
parent6832fe5cd41b49e15107f0106e6a55ee8c90f525 (diff)
downloadgnulib-d58cf1a8bfe32f0a726fd4e22d275bf6b6f760e1.tar.gz
* modules/inttypes: New file.
* modules/strtoimax, modules/strtoumax: Depend on inttypes. * lib/inttypes.h: New file. * lib/strtoimax.c: Assume <inttypes.h>. * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next: New files.
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
+