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
/
modf
blob
99d438fdd6b41f47a119a5bafc5a18ae0b232b7f
1
Description:
2
modf() function: get signed integer and fractional parts.
3
4
Files:
5
lib/modf.c
6
m4/modf.m4
7
m4/mathfunc.m4
8
9
Depends-on:
10
math
11
isfinite [test $REPLACE_MODF = 1]
12
trunc [test $REPLACE_MODF = 1]
13
isinf [test $REPLACE_MODF = 1]
14
15
configure.ac:
16
gl_FUNC_MODF
17
if test $REPLACE_MODF = 1; then
18
AC_LIBOBJ([modf])
19
fi
20
gl_MATH_MODULE_INDICATOR([modf])
21
22
Makefile.am:
23
24
Include:
25
<math.h>
26
27
Link:
28
$(MODF_LIBM)
29
30
License:
31
LGPL
32
33
Maintainer:
34
all