From 48ad7f579ec0b5de0b62b10679d22e858e398389 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 12 Oct 2015 00:12:17 +0200 Subject: m doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/stdio.h | 12 ++++++------ src/stdio/scanf.c | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/include/stdio.h b/include/stdio.h index db4d97e..11c68c8 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -1132,7 +1132,7 @@ int swscanf(const wchar_t* restrict, const wchar_t* restrict, ...) * This function is identical to `fscanf_unlocked`, * except it uses `wchar_t` instead of `char`. * - * This is a slibc extension. + * This is a slibc extension added for completeness. * * @param stream The input stream. * @param format The format of the string. @@ -1150,7 +1150,7 @@ int fwscanf_unlocked(FILE* restrict, const wchar_t* restrict, ...) * This function is identical to `snscanf`, * except it uses `wchar_t` instead of `char`. * - * This is a slibc extension. + * This is a slibc extension added for completeness. * * @param input The formatted string. * @param length The maximum number of characters to read. @@ -1169,7 +1169,7 @@ int snwscanf(const wchar_t* restrict, size_t, const wchar_t* restrict, ...) * This function is identical to `dscanf`, * except it uses `wchar_t` instead of `char`. * - * This is a slibc extension. + * This is a slibc extension added for completeness. * * @param fd The file descriptor. * @param format The format of the string. @@ -1237,7 +1237,7 @@ int vswscanf(const wchar_t* restrict, const wchar_t* restrict, va_list) * This function is identical to `fwscanf_unlocked`, * except it uses `va_list` instead of variadic arguments. * - * This is a slibc extension. + * This is a slibc extension added for completeness. * * @param stream The input stream. * @param format The format of the string. @@ -1255,7 +1255,7 @@ int vfwscanf_unlocked(FILE* restrict, const wchar_t* restrict, va_list) * This function is identical to `snwscanf`, * except it uses `va_list` instead of variadic arguments. * - * This is a slibc extension. + * This is a slibc extension added for completeness. * * @param input The formatted string. * @param length The maximum number of characters to read. @@ -1274,7 +1274,7 @@ int vsnwscanf(const wchar_t* restrict, size_t, const wchar_t* restrict, va_list) * This function is identical to `swscanf`, * except it uses `va_list` instead of variadic arguments. * - * This is a slibc extension. + * This is a slibc extension added for completeness. * * @param fd The file descriptor. * @param format The format of the string. diff --git a/src/stdio/scanf.c b/src/stdio/scanf.c index 446a38d..519d12a 100644 --- a/src/stdio/scanf.c +++ b/src/stdio/scanf.c @@ -357,7 +357,7 @@ int swscanf(const wchar_t* restrict input, const wchar_t* restrict format, ...) * This function is identical to `fscanf_unlocked`, * except it uses `wchar_t` instead of `char`. * - * This is a slibc extension. + * This is a slibc extension added for completeness. * * @param stream The input stream. * @param format The format of the string. @@ -378,7 +378,7 @@ int fwscanf_unlocked(FILE* restrict stream, const wchar_t* restrict format, ...) * This function is identical to `snscanf`, * except it uses `wchar_t` instead of `char`. * - * This is a slibc extension. + * This is a slibc extension added for completeness. * * @param input The formatted string. * @param length The maximum number of characters to read. @@ -400,7 +400,7 @@ int snwscanf(const wchar_t* restrict input, size_t length, const wchar_t* restri * This function is identical to `dscanf`, * except it uses `wchar_t` instead of `char`. * - * This is a slibc extension. + * This is a slibc extension added for completeness. * * @param fd The file descriptor. * @param format The format of the string. @@ -482,7 +482,7 @@ int vswscanf(const wchar_t* restrict input, const wchar_t* restrict format, va_l * This function is identical to `fwscanf_unlocked`, * except it uses `va_list` instead of variadic arguments. * - * This is a slibc extension. + * This is a slibc extension added for completeness. * * @param stream The input stream. * @param format The format of the string. @@ -503,7 +503,7 @@ int vfwscanf_unlocked(FILE* restrict stream, const wchar_t* restrict format, va_ * This function is identical to `snwscanf`, * except it uses `va_list` instead of variadic arguments. * - * This is a slibc extension. + * This is a slibc extension added for completeness. * * @param input The formatted string. * @param length The maximum number of characters to read. @@ -525,7 +525,7 @@ int vsnwscanf(const wchar_t* restrict input, size_t length, const wchar_t* restr * This function is identical to `swscanf`, * except it uses `va_list` instead of variadic arguments. * - * This is a slibc extension. + * This is a slibc extension added for completeness. * * @param fd The file descriptor. * @param format The format of the string. -- cgit v1.2.3-70-g09d2