Add CVS checkout update instructions.
[gnulib.git] / modules / vasprintf
1 Description:
2 vsprintf with automatic memory allocation.
3
4 Files:
5 lib/vasprintf.c
6 lib/asprintf.c
7 m4/vasprintf.m4
8
9 Depends-on:
10 extensions
11 vasnprintf
12 stdio
13
14 configure.ac:
15 gl_FUNC_VASPRINTF
16 gl_STDIO_MODULE_INDICATOR([vasprintf])
17
18 Makefile.am:
19
20 Include:
21 <stdio.h>
22
23 License:
24 LGPLv2+
25
26 Maintainer:
27 Bruno Haible
28