32 lines
465 B
Plaintext
32 lines
465 B
Plaintext
Description:
|
|
Print formatted output to a stream.
|
|
|
|
Files:
|
|
lib/unistdio/ulc-vfprintf.c
|
|
|
|
Depends-on:
|
|
unistdio/base
|
|
unistdio/ulc-vasnprintf
|
|
fseterr
|
|
errno
|
|
|
|
configure.ac:
|
|
gl_LIBUNISTRING_MODULE(m4_ifdef([gl_PRINTF_SUPPORT_N_DIRECTIVE],[999.9],[1.3]), [unistdio/ulc-vfprintf])
|
|
|
|
Makefile.am:
|
|
if LIBUNISTRING_COMPILE_UNISTDIO_ULC_VFPRINTF
|
|
lib_SOURCES += unistdio/ulc-vfprintf.c
|
|
endif
|
|
|
|
Include:
|
|
"unistdio.h"
|
|
|
|
Link:
|
|
$(MBRTOWC_LIB)
|
|
|
|
License:
|
|
LGPLv3+ or GPLv2+
|
|
|
|
Maintainer:
|
|
all
|