summaryrefslogtreecommitdiff
path: root/gnulib/modules/unistdio/u16-vsnprintf
blob: 94c8f4d224bf4e5a774765a5c1f2bd8b470dc9de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Description:
Formatted output to a fixed-length UTF-16 string.

Files:
lib/unistdio/u16-vsnprintf.c
lib/unistdio/u-vsnprintf.h

Depends-on:
unistdio/base
unistdio/u16-vasnprintf
unistr/u16-cpy
errno

configure.ac:
gl_LIBUNISTRING_MODULE([0.9], [unistdio/u16-vsnprintf])

Makefile.am:
if LIBUNISTRING_COMPILE_UNISTDIO_U16_VSNPRINTF
lib_SOURCES += unistdio/u16-vsnprintf.c
endif

Include:
"unistdio.h"

License:
LGPL

Maintainer:
Bruno Haible