sigsegv-tests: port to GCC 14
[gnulib.git] / modules / fprintf-posix
blob3ccb9be175e19974149578f7f3df0a8cbf963a4c
1 Description:
2 POSIX compatible fprintf() function: print formatted output to a stream
4 Comment:
5 This module should not be used as a dependency from a test module,
6 otherwise when this module occurs as a tests-related module, it will
7 have side effects on the compilation of the 'vasnprintf' module, if
8 that module occurs among the main modules in lib/.
10 Files:
11 lib/fprintf.c
12 m4/fprintf-posix.m4
13 m4/printf.m4
14 m4/math_h.m4
16 Depends-on:
17 stdio
18 nocrash
19 printf-safe
20 errno
21 multiarch
22 vfzprintf          [test $REPLACE_FPRINTF = 1]
23 mixin/printf-posix [test $REPLACE_FPRINTF = 1]
24 intprops           [test $REPLACE_FPRINTF = 1]
25 fseterr            [test $REPLACE_FPRINTF = 1]
27 configure.ac:
28 gl_FUNC_FPRINTF_POSIX
29 gl_STDIO_MODULE_INDICATOR([fprintf-posix])
31 Makefile.am:
33 Include:
34 <stdio.h>
36 License:
37 LGPL
39 Maintainer:
40 all