blob: 78355ac763ebdbd79bd7795f6923d83c0da982c1 (
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
|
Description:
Formatted output to an UTF-16 string, with automatic memory allocation and
bounded output size.
Files:
lib/unistdio/u16-asnprintf.c
lib/unistdio/u-asnprintf.h
Depends-on:
unistdio/base
unistdio/u16-vasnprintf
configure.ac:
Makefile.am:
lib_SOURCES += unistdio/u16-asnprintf.c
Include:
"unistdio.h"
License:
LGPL
Maintainer:
Bruno Haible
|