Bump to 1.14.1
[platform/upstream/augeas.git] / modules / unistdio / u16-u16-vasprintf
1 Description:
2 Formatted output to an UTF-16 string, with automatic memory allocation.
3
4 Files:
5 lib/unistdio/u16-u16-vasprintf.c
6 lib/unistdio/u-vasprintf.h
7
8 Depends-on:
9 unistdio/base
10 unistdio/u16-u16-vasnprintf
11 errno
12
13 configure.ac:
14 gl_LIBUNISTRING_MODULE([0.9], [unistdio/u16-u16-vasprintf])
15
16 Makefile.am:
17 if LIBUNISTRING_COMPILE_UNISTDIO_U16_U16_VASPRINTF
18 lib_SOURCES += unistdio/u16-u16-vasprintf.c
19 endif
20
21 Include:
22 "unistdio.h"
23
24 License:
25 LGPL
26
27 Maintainer:
28 Daiki Ueno