verify: new macro 'assume'
[gnulib.git] / modules / xvasprintf-posix
1 Description:
2 vasprintf and asprintf with POSIX compatible format string interpretation and
3 with out-of-memory checking.  Also see xalloc-die.
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 xvasprintf
15 vasprintf-posix
16
17 configure.ac:
18
19 Makefile.am:
20
21 Include:
22 "xvasprintf.h"
23
24 License:
25 GPL
26
27 Maintainer:
28 Bruno Haible
29