blob: 0a57c73d2bfc7181d808d2422155151a26b01b1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
Description:
Formatted output to a string, with automatic memory allocation.
Files:
lib/unistdio/ulc-vasprintf.c
lib/unistdio/u-vasprintf.h
Depends-on:
unistdio/base
unistdio/ulc-vasnprintf
errno
configure.ac:
gl_LIBUNISTRING_MODULE([0.9.11], [unistdio/ulc-vasprintf])
Makefile.am:
if LIBUNISTRING_COMPILE_UNISTDIO_ULC_VASPRINTF
lib_SOURCES += unistdio/ulc-vasprintf.c
endif
Include:
"unistdio.h"
Link:
$(LIB_MBRTOWC)
License:
LGPLv3+ or GPLv2+
Maintainer:
all
|