diff options
author | tjr <tjr@FreeBSD.org> | 2002-10-10 04:12:40 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-10-10 04:12:40 +0000 |
commit | 867a23440c5702d8986f4f7a6245b50511974ccb (patch) | |
tree | dae17d61547932f6f7582099d2d9fc075e97ef3c /lib/libc/stdio/getc.3 | |
parent | db6fbae4bfa720af7b36c27ac35a3a56e6c6c187 (diff) | |
download | FreeBSD-src-867a23440c5702d8986f4f7a6245b50511974ccb.zip FreeBSD-src-867a23440c5702d8986f4f7a6245b50511974ccb.tar.gz |
Cross-reference between byte and wide-character stdio functions. Remove
references to fputwc() and fgetwc() being macros while I'm at it.
Diffstat (limited to 'lib/libc/stdio/getc.3')
-rw-r--r-- | lib/libc/stdio/getc.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index 8ff83d6..a3549fd 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -115,6 +115,7 @@ until the condition is cleared with .Xr ferror 3 , .Xr fopen 3 , .Xr fread 3 , +.Xr getwc 3 , .Xr putc 3 , .Xr ungetc 3 .Sh STANDARDS |