* functions.texi (Function Portability): Document missing lstat
[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/full-header-path.m4
10 m4/_inttypes_h.m4
11
12 Depends-on:
13 stdint
14
15 configure.ac:
16 gl_INTTYPES_H
17
18 Makefile.am:
19
20 Include:
21 #include <inttypes.h>
22
23 License:
24 LGPL
25
26 Maintainer:
27 all