diff options
Diffstat (limited to 'newlib/libc/stdio/swprintf.c')
-rw-r--r-- | newlib/libc/stdio/swprintf.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <<strerror(errno)>>; no + argument is required. A GNU extension. + o- O- |