verify: new macro 'assume'
[gnulib.git] / modules / printf-safe
1 Description:
2 Ensures that the *printf() functions provided by the *printf-posix modules
3 recognize non-IEEE-754 values of 'long double' arguments and display them as
4 NaN (rather than producing undefined behavior).
5
6 Files:
7
8 Depends-on:
9
10 configure.ac:
11 m4_divert_text([INIT_PREPARE], [gl_printf_safe=yes])
12
13 Makefile.am:
14
15 Include:
16
17 License:
18 LGPL
19
20 Maintainer:
21 Bruno Haible
22