diff options
Diffstat (limited to 'newlib/libc/stdio/vfscanf.c')
-rw-r--r-- | newlib/libc/stdio/vfscanf.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/libc/stdio/vfscanf.c b/newlib/libc/stdio/vfscanf.c index 0e6922543..39c5a0a99 100644 --- a/newlib/libc/stdio/vfscanf.c +++ b/newlib/libc/stdio/vfscanf.c @@ -22,9 +22,15 @@ FUNCTION INDEX vfscanf INDEX + _vfscanf_r +INDEX vscanf INDEX + _vscanf_r +INDEX vsscanf +INDEX + _vsscanf_r ANSI_SYNOPSIS #include <stdio.h> |