Avoid the need for AC_LIBSOURCES in m4 macros.
[gnulib.git] / modules / inttypes
1 Description:
2 A wrapper C99 <inttypes.h> header which will always include <stdint.h>
3 (possibly the *almost* C99 compliant GNULIB <stdint.h>) and prototypes for the
4 strtoimax & strtoumax functions.
5
6 Files:
7 lib/inttypes.h
8 m4/include_next.m4
9 m4/absolute-header.m4
10 m4/_inttypes_h.m4
11
12 Depends-on:
13
14 configure.ac:
15 gl_INTTYPES_H
16
17 Makefile.am:
18 EXTRA_DIST += inttypes.h
19
20 Include:
21 #include <inttypes.h>
22
23 License:
24 LGPL
25
26 Maintainer:
27 all