diffseq: port to GCC 14.2.1 in ‘patch’
[gnulib.git] / modules / vprintf-gnu
bloba900a259d5c4c8624b0cd7902f2846827b15dc15
1 Description:
2 POSIX and GNU compatible vprintf() function: print formatted output to
3 standard output
5 Comment:
6 This module should not be used as a dependency from a test module,
7 otherwise when this module occurs as a tests-related module, it will
8 have side effects on the compilation of the 'vasnprintf' module, if
9 that module occurs among the main modules in lib/.
11 Files:
12 m4/vprintf-gnu.m4
14 Depends-on:
15 vprintf-posix
16 mixin/printf-gnu
18 configure.ac:
19 gl_FUNC_VPRINTF_GNU
21 Makefile.am:
23 Include:
24 <stdio.h>
26 License:
27 LGPL
29 Maintainer:
30 all