diff options
Diffstat (limited to 'newlib/libc/stdio/fiprintf.c')
-rw-r--r-- | newlib/libc/stdio/fiprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/stdio/fiprintf.c b/newlib/libc/stdio/fiprintf.c index 0db5f1b7c..7d417f88c 100644 --- a/newlib/libc/stdio/fiprintf.c +++ b/newlib/libc/stdio/fiprintf.c @@ -14,6 +14,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +/* doc in siprintf.c */ #include <_ansi.h> #include <reent.h> |