59 lines
776 B
Plaintext
59 lines
776 B
Plaintext
Description:
|
|
Formatted output to strings in C locale.
|
|
|
|
Files:
|
|
lib/c-vasnprintf.h
|
|
lib/c-vasnprintf.c
|
|
lib/float+.h
|
|
lib/printf-args.h
|
|
lib/printf-args.c
|
|
lib/printf-parse.h
|
|
lib/printf-parse.c
|
|
lib/vasnprintf.h
|
|
lib/vasnprintf.c
|
|
m4/wint_t.m4
|
|
m4/intmax_t.m4
|
|
m4/stdint_h.m4
|
|
m4/inttypes_h.m4
|
|
m4/vasnprintf.m4
|
|
m4/printf.m4
|
|
m4/math_h.m4
|
|
m4/exponentd.m4
|
|
|
|
Depends-on:
|
|
assert-h
|
|
attribute
|
|
limits-h
|
|
stdint
|
|
stdio
|
|
mixin/printf-posix
|
|
free-posix
|
|
nocrash
|
|
printf-safe
|
|
alloca-opt
|
|
xsize
|
|
errno
|
|
memchr
|
|
multiarch
|
|
mbszero
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_RESTRICT])
|
|
AC_LIBOBJ([printf-args])
|
|
AC_LIBOBJ([printf-parse])
|
|
gl_PREREQ_PRINTF_ARGS
|
|
gl_PREREQ_PRINTF_PARSE
|
|
gl_PREREQ_VASNPRINTF_WITH_POSIX_EXTRAS
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += c-vasnprintf.c
|
|
|
|
Include:
|
|
"c-vasnprintf.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|