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
Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git]
/
modules
/
truncf
blob
24e3eb2b9e4d32286e0a2a8645603c41794d7f44
1
Description:
2
truncf() function: round towards zero.
3
4
Files:
5
lib/truncf.c
6
lib/trunc.c
7
m4/truncf.m4
8
9
Depends-on:
10
math
11
extensions
12
float [test $HAVE_DECL_TRUNCF = 0 || test $REPLACE_TRUNCF = 1]
13
14
configure.ac:
15
gl_FUNC_TRUNCF
16
if test $HAVE_DECL_TRUNCF = 0 || test $REPLACE_TRUNCF = 1; then
17
AC_LIBOBJ([truncf])
18
fi
19
gl_MATH_MODULE_INDICATOR([truncf])
20
21
Makefile.am:
22
23
Include:
24
<math.h>
25
26
Link:
27
$(TRUNCF_LIBM)
28
29
License:
30
LGPL
31
32
Maintainer:
33
all