doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / unistdio / u32-asnprintf
1 Description:
2 Formatted output to an UTF-32 string, with automatic memory allocation and
3 bounded output size.
4
5 Files:
6 lib/unistdio/u32-asnprintf.c
7 lib/unistdio/u-asnprintf.h
8
9 Depends-on:
10 unistdio/base
11 unistdio/u32-vasnprintf
12
13 configure.ac:
14 gl_LIBUNISTRING_MODULE([0.9], [unistdio/u32-asnprintf])
15
16 Makefile.am:
17 if LIBUNISTRING_COMPILE_UNISTDIO_U32_ASNPRINTF
18 lib_SOURCES += unistdio/u32-asnprintf.c
19 endif
20
21 Include:
22 "unistdio.h"
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible
29