summaryrefslogtreecommitdiff
path: root/modules/inttostr
blob: f070d3f3906eb25eb87aa90753474a043aca5b32 (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
28
29
30
31
Description:
Convert integers to printable strings.

Files:
lib/imaxtostr.c
lib/inttostr.c
lib/inttostr.h
lib/offtostr.c
lib/umaxtostr.c
m4/intmax_t.m4
m4/inttostr.m4
m4/longlong.m4
m4/uintmax_t.m4

Depends-on:

configure.ac:
gl_INTTOSTR

Makefile.am:
EXTRA_DIST += inttostr.c
lib_SOURCES += imaxtostr.c inttostr.h offtostr.c umaxtostr.c

Include:
"inttostr.h"

License:
GPL

Maintainer:
Paul Eggert