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