Fix prototype.

This commit is contained in:
Ruslan Ermilov 2005-11-23 20:26:58 +00:00
parent 35d6c7f50e
commit 8b79908889
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152733
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
.Ft int
.Fn getc_unlocked "FILE *stream"
.Ft int
.Fn getchar
.Fn getchar void
.Ft int
.Fn getchar_unlocked "void"
.Ft int

View File

@ -56,7 +56,7 @@
.Ft wint_t
.Fn getwc "FILE *stream"
.Ft wint_t
.Fn getwchar
.Fn getwchar void
.Sh DESCRIPTION
The
.Fn fgetwc