Make roundf-tests module depend on floorf, ceilf.
[gnulib.git] / modules / snprintf-posix
1 Description:
2 POSIX compatible snprintf() function: print formatted output to a fixed length
3 string
4
5 Files:
6 m4/snprintf-posix.m4
7 m4/printf.m4
8
9 Depends-on:
10 snprintf
11 vasnprintf
12 isnan-nolibm
13 isnanl-nolibm
14 frexpl-nolibm
15 printf-frexp
16 printf-frexpl
17 signbit
18 fpucw
19 printf-safe
20
21 configure.ac:
22 gl_FUNC_SNPRINTF_POSIX
23
24 Makefile.am:
25
26 Include:
27 <stdio.h>
28
29 License:
30 LGPL
31
32 Maintainer:
33 Bruno Haible
34