summaryrefslogtreecommitdiff
path: root/modules/unistdio/ulc-asnprintf
blob: 58f6821e7ac79285ca7b53b955f772218e2359d9 (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
31
Description:
Formatted output to a string, with automatic memory allocation and bounded
output size.

Files:
lib/unistdio/ulc-asnprintf.c
lib/unistdio/u-asnprintf.h

Depends-on:
unistdio/base
unistdio/ulc-vasnprintf

configure.ac:
gl_LIBUNISTRING_MODULE([1.2], [unistdio/ulc-asnprintf])

Makefile.am:
if LIBUNISTRING_COMPILE_UNISTDIO_ULC_ASNPRINTF
lib_SOURCES += unistdio/ulc-asnprintf.c
endif

Include:
"unistdio.h"

Link:
$(MBRTOWC_LIB)

License:
LGPLv3+ or GPLv2+

Maintainer:
all