repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
select: Fix "warning: no previous prototype for function".
[gnulib.git]
/
modules
/
inttostr
blob
9eecea8800cd3715f1313a33e95f2f24aa7e8b13
1
Description:
2
Convert integers to printable strings.
3
4
Files:
5
lib/anytostr.c
6
lib/imaxtostr.c
7
lib/inttostr.c
8
lib/inttostr.h
9
lib/offtostr.c
10
lib/umaxtostr.c
11
lib/uinttostr.c
12
m4/inttostr.m4
13
14
Depends-on:
15
intprops
16
stdint
17
18
configure.ac:
19
gl_INTTOSTR
20
21
Makefile.am:
22
lib_SOURCES += \
23
imaxtostr.c \
24
inttostr.c \
25
offtostr.c \
26
uinttostr.c \
27
umaxtostr.c
28
29
Include:
30
"inttostr.h"
31
32
License:
33
LGPLv2+
34
35
Maintainer:
36
Paul Eggert