Fix prototype.
This commit is contained in:
parent
35d6c7f50e
commit
8b79908889
@ -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
|
||||
|
@ -56,7 +56,7 @@
|
||||
.Ft wint_t
|
||||
.Fn getwc "FILE *stream"
|
||||
.Ft wint_t
|
||||
.Fn getwchar
|
||||
.Fn getwchar void
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn fgetwc
|
||||
|
Loading…
Reference in New Issue
Block a user