verify: new macro 'assume'
[gnulib.git] / modules / xprintf-posix
1 Description:
2 A wrapper around printf with POSIX compatible format string interpretation,
3 that calls error upon ENOMEM or EILSEQ errors.
4
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/.
10
11 Files:
12
13 Depends-on:
14 xprintf
15 vprintf-posix
16 vfprintf-posix
17
18 configure.ac:
19
20 Makefile.am:
21
22 Include:
23 "xprintf.h"
24
25 License:
26 GPL
27
28 Maintainer:
29 Bruno Haible
30