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