doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / unistdio / ulc-vfprintf
1 Description:
2 Print formatted output to a stream.
3
4 Files:
5 lib/unistdio/ulc-vfprintf.c
6
7 Depends-on:
8 unistdio/base
9 unistdio/ulc-vasnprintf
10 fseterr
11 errno
12
13 configure.ac:
14 gl_LIBUNISTRING_MODULE([0.9], [unistdio/ulc-vfprintf])
15
16 Makefile.am:
17 if LIBUNISTRING_COMPILE_UNISTDIO_ULC_VFPRINTF
18 lib_SOURCES += unistdio/ulc-vfprintf.c
19 endif
20
21 Include:
22 "unistdio.h"
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible
29