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
/
ftoastr
blob
0088db160e0645d6381d43a2dd754e263a642306
1
Description:
2
Convert float to accurate string.
3
4
Files:
5
lib/ftoastr.h
6
lib/ftoastr.c
7
8
Depends-on:
9
extensions
10
intprops
11
12
configure.ac:
13
AC_CHECK_FUNCS_ONCE([strtof])
14
15
Makefile.am:
16
lib_SOURCES += ftoastr.c
17
18
Include:
19
"ftoastr.h"
20
21
License:
22
GPL
23
24
Maintainer:
25
Paul Eggert