65 lines
980 B
Plaintext
65 lines
980 B
Plaintext
Description:
|
|
Formatted output to strings.
|
|
|
|
Files:
|
|
lib/unistdio/ulc-vasnprintf.c
|
|
lib/vasnprintf.c
|
|
m4/vasnprintf.m4
|
|
m4/printf.m4
|
|
m4/math_h.m4
|
|
m4/wint_t.m4
|
|
m4/intmax_t.m4
|
|
m4/stdint_h.m4
|
|
m4/inttypes_h.m4
|
|
m4/exponentd.m4
|
|
|
|
Depends-on:
|
|
unistdio/base
|
|
unistdio/ulc-printf-parse
|
|
unistdio/u-printf-args
|
|
uniconv/u8-conv-to-enc
|
|
uniconv/u16-conv-to-enc
|
|
uniconv/u32-conv-to-enc
|
|
unistr/u8-strlen
|
|
unistr/u8-strmblen
|
|
unistr/u16-strlen
|
|
unistr/u16-strmblen
|
|
unistr/u32-strlen
|
|
unistr/u32-strmblen
|
|
attribute
|
|
stdint
|
|
mbsnlen
|
|
mixin/printf-posix
|
|
nocrash
|
|
printf-safe
|
|
alloca-opt
|
|
localcharset
|
|
xsize
|
|
errno
|
|
free-posix
|
|
memchr
|
|
multiarch
|
|
assert-h
|
|
mbszero
|
|
|
|
configure.ac:
|
|
gl_PREREQ_VASNPRINTF_WITH_POSIX_EXTRAS
|
|
gl_LIBUNISTRING_MODULE(m4_ifdef([gl_PRINTF_SUPPORT_N_DIRECTIVE],[999.9],[1.3]), [unistdio/ulc-vasnprintf])
|
|
|
|
Makefile.am:
|
|
if LIBUNISTRING_COMPILE_UNISTDIO_ULC_VASNPRINTF
|
|
lib_SOURCES += unistdio/ulc-vasnprintf.c
|
|
endif
|
|
|
|
Include:
|
|
"unistdio.h"
|
|
|
|
Link:
|
|
$(MBRTOWC_LIB)
|
|
|
|
License:
|
|
LGPLv3+ or GPLv2+
|
|
|
|
Maintainer:
|
|
all
|