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