summaryrefslogtreecommitdiff
path: root/modules/unistdio/u32-u32-vsnprintf
blob: 328bc652e83257fe0f42005187408adfef14f22c (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
Description:
Formatted output to a fixed-length UTF-32 string.

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

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

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

Makefile.am:
if LIBUNISTRING_COMPILE_UNISTDIO_U32_U32_VSNPRINTF
lib_SOURCES += unistdio/u32-u32-vsnprintf.c
endif

Include:
"unistdio.h"

License:
LGPL

Maintainer:
Daiki Ueno