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