summaryrefslogtreecommitdiff
path: root/modules/inttypes
blob: ccbb484dbcf5e85c7bbb70bec3cdc9792163ed76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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/absolute-header.m4
m4/_inttypes_h.m4

Depends-on:

configure.ac:
gl_INTTYPES_H

Makefile.am:
EXTRA_DIST += inttypes.h

Include:
#include <inttypes.h>

License:
LGPL

Maintainer:
all