git-version-gen: init shell var to avoid env var influence
[gnulib.git] / modules / vprintf-posix
blob319d83d6bcbe26543ad1e1c80be1a6cffb4ba76c
1 Description:
2 POSIX compatible vprintf() function: print formatted output to standard output
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/vprintf.c
12 m4/vprintf-posix.m4
13 m4/printf.m4
15 Depends-on:
16 stdio
17 vfprintf-posix
18 printf-safe
20 configure.ac:
21 gl_FUNC_VPRINTF_POSIX
22 gl_STDIO_MODULE_INDICATOR([vprintf-posix])
24 Makefile.am:
26 Include:
27 <stdio.h>
29 License:
30 LGPL
32 Maintainer:
33 Bruno Haible