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