33 lines
484 B
Plaintext
33 lines
484 B
Plaintext
Description:
|
|
Formatted output to a string.
|
|
|
|
Files:
|
|
lib/unistdio/ulc-vsprintf.c
|
|
lib/unistdio/u-vsprintf.h
|
|
|
|
Depends-on:
|
|
unistdio/base
|
|
unistdio/ulc-vasnprintf
|
|
stdint
|
|
errno
|
|
|
|
configure.ac:
|
|
gl_LIBUNISTRING_MODULE(m4_ifdef([gl_PRINTF_SUPPORT_N_DIRECTIVE],[999.9],[1.3]), [unistdio/ulc-vsprintf])
|
|
|
|
Makefile.am:
|
|
if LIBUNISTRING_COMPILE_UNISTDIO_ULC_VSPRINTF
|
|
lib_SOURCES += unistdio/ulc-vsprintf.c
|
|
endif
|
|
|
|
Include:
|
|
"unistdio.h"
|
|
|
|
Link:
|
|
$(MBRTOWC_LIB)
|
|
|
|
License:
|
|
LGPLv3+ or GPLv2+
|
|
|
|
Maintainer:
|
|
all
|