summaryrefslogtreecommitdiff
path: root/modules/unistdio/u8-asprintf
blob: af9f4ed511c71b22500879b0ded7b66945717cca (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 an UTF-8 string, with automatic memory allocation.

Files:
lib/unistdio/u8-asprintf.c
lib/unistdio/u-asprintf.h

Depends-on:
unistdio/base
unistdio/u8-vasprintf

configure.ac:
gl_LIBUNISTRING_MODULE([1.2], [unistdio/u8-asprintf])

Makefile.am:
if LIBUNISTRING_COMPILE_UNISTDIO_U8_ASPRINTF
lib_SOURCES += unistdio/u8-asprintf.c
endif

Include:
"unistdio.h"

License:
LGPLv3+ or GPLv2+

Maintainer:
all