From 29d84e5a46254dc453771d327f6e4d664660e239 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 13 Jan 2012 09:13:57 +0000 Subject: * libc/stdio/sprintf.c: Document 'm' conversion specifier. * libc/stdio/swprintf.c: Ditto. * libc/stdio/vfprintf.c (_VFPRINTF_R) [_GLIBC_EXTENSION]: Handle 'm' conversion specifier. * libc/stdio/vfwprintf.c (_VFWPRINTF_R) [_GLIBC_EXTENSION]: Ditto. --- newlib/libc/stdio/swprintf.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'newlib/libc/stdio/swprintf.c') diff --git a/newlib/libc/stdio/swprintf.c b/newlib/libc/stdio/swprintf.c index 63480176a..4e964bedd 100644 --- a/newlib/libc/stdio/swprintf.c +++ b/newlib/libc/stdio/swprintf.c @@ -498,6 +498,10 @@ DESCRIPTION implementation is similar to <<%#tx>>), except that <<0x>> appears even for the NULL pointer. + o m + Prints the output of <>; no + argument is required. A GNU extension. + o- O- -- cgit v1.2.3