verify: new macro 'assume'
[gnulib.git] / modules / c-xvasprintf
1 Description:
2 c_asprintf and c_vasprintf with out-of-memory checking.  Also see xalloc-die.
3
4 Files:
5 lib/c-xvasprintf.h
6 lib/c-xasprintf.c
7 lib/c-xvasprintf.c
8
9 Depends-on:
10 c-vasprintf
11
12 configure.ac:
13
14 Makefile.am:
15 lib_SOURCES += c-xasprintf.c c-xvasprintf.c
16
17 Include:
18 "c-xvasprintf.h"
19
20 License:
21 GPL
22
23 Maintainer:
24 Ben Pfaff