putenv tests: Put the putenv() argument strings into writable memory.
[gnulib.git] / modules / xprintf-gnu
blobc0fd3f062b0983eed2581361fdc332be1f6ae58b
1 Description:
2 A wrapper around printf with POSIX and GNU compatible format string
3 interpretation, that calls error upon ENOMEM or EILSEQ errors.
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:
13 Depends-on:
14 xprintf
15 vprintf-gnu
16 vfprintf-gnu
18 configure.ac:
20 Makefile.am:
22 Include:
23 "xprintf.h"
25 License:
26 GPL
28 Maintainer:
29 all