From d58cf1a8bfe32f0a726fd4e22d275bf6b6f760e1 Mon Sep 17 00:00:00 2001 From: "Derek R. Price" Date: Tue, 18 Apr 2006 17:20:47 +0000 Subject: * modules/inttypes: New file. * modules/strtoimax, modules/strtoumax: Depend on inttypes. * lib/inttypes.h: New file. * lib/strtoimax.c: Assume . * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next: New files. --- modules/inttypes | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 modules/inttypes (limited to 'modules/inttypes') 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 header which will always include +(possibly the *almost* C99 compliant GNULIB ) 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 + +License: +LGPL + +Maintainer: +Derek Price + -- cgit v1.2.1