summaryrefslogtreecommitdiff
path: root/modules/inttostr
blob: 9eecea8800cd3715f1313a33e95f2f24aa7e8b13 (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
32
33
34
35
36
Description:
Convert integers to printable strings.

Files:
lib/anytostr.c
lib/imaxtostr.c
lib/inttostr.c
lib/inttostr.h
lib/offtostr.c
lib/umaxtostr.c
lib/uinttostr.c
m4/inttostr.m4

Depends-on:
intprops
stdint

configure.ac:
gl_INTTOSTR

Makefile.am:
lib_SOURCES += \
  imaxtostr.c \
  inttostr.c \
  offtostr.c \
  uinttostr.c \
  umaxtostr.c

Include:
"inttostr.h"

License:
LGPLv2+

Maintainer:
Paul Eggert