blob: 44f960766dded272e05e3a9774a57c1ff04d809c (
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
|
Description:
Formatted output to a string, with automatic memory allocation.
Files:
lib/unistdio/ulc-asprintf.c
lib/unistdio/u-asprintf.h
Depends-on:
unistdio/base
unistdio/ulc-vasprintf
configure.ac:
gl_LIBUNISTRING_MODULE([1.2], [unistdio/ulc-asprintf])
Makefile.am:
if LIBUNISTRING_COMPILE_UNISTDIO_ULC_ASPRINTF
lib_SOURCES += unistdio/ulc-asprintf.c
endif
Include:
"unistdio.h"
License:
LGPLv3+ or GPLv2+
Maintainer:
all
|