diff options
Diffstat (limited to 'newlib/libc/stdio/asiprintf.c')
-rw-r--r-- | newlib/libc/stdio/asiprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/stdio/asiprintf.c b/newlib/libc/stdio/asiprintf.c index 0f2d6d96b..aab3b4410 100644 --- a/newlib/libc/stdio/asiprintf.c +++ b/newlib/libc/stdio/asiprintf.c @@ -15,6 +15,7 @@ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ /* This code was copied from asprintf.c */ +/* doc in siprintf.c */ #include <_ansi.h> #include <reent.h> |