blob: cb51696cd2e9e12eb9e40df9c323b1d2111391e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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:
LGPLv2+
Maintainer:
all
|