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