diff options
author | tjr <tjr@FreeBSD.org> | 2002-09-24 09:22:47 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-09-24 09:22:47 +0000 |
commit | 6e674f682e4660075c62f608f1e54dba5aa9a1fd (patch) | |
tree | 340925dde8e2e7a74e07b364ffe1854a61ff2634 /lib/libc/stdio/wscanf.3 | |
parent | 92cc4a5bcb7348a0fd1f0493b6677d76b282ac6d (diff) | |
download | FreeBSD-src-6e674f682e4660075c62f608f1e54dba5aa9a1fd.zip FreeBSD-src-6e674f682e4660075c62f608f1e54dba5aa9a1fd.tar.gz |
Add cross-references between wide character and single-byte character
versions of printf() and scanf().
Diffstat (limited to 'lib/libc/stdio/wscanf.3')
-rw-r--r-- | lib/libc/stdio/wscanf.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/wscanf.3 b/lib/libc/stdio/wscanf.3 index f1d51d0..5e279ae 100644 --- a/lib/libc/stdio/wscanf.3 +++ b/lib/libc/stdio/wscanf.3 @@ -469,6 +469,7 @@ has begun, the number of conversions which were successfully completed is returned. .Sh SEE ALSO .Xr fgetwc 3 , +.Xr scanf 3 , .Xr wcrtomb 3 , .Xr wcstod 3 , .Xr wcstol 3 , |