Explain the relation of getchar() to getc() in less words.

Submitted by:	ru
This commit is contained in:
Dima Dorfman 2001-08-16 03:09:33 +00:00
parent e0cebb4027
commit 7bc6682520

View File

@ -77,11 +77,7 @@ The
.Fn getchar
function
is equivalent to
.Fn getc
with a
.Fa stream
of
.Dv stdin .
.Fn getc stdin .
.Pp
The
.Fn getw