View | Details | Raw Unified | Return to bug 140494
Collapse All | Expand All

(-)getc.3 (-2 / +2 lines)
Lines 54-60 Link Here
54
.Ft int
54
.Ft int
55
.Fn getc_unlocked "FILE *stream"
55
.Fn getc_unlocked "FILE *stream"
56
.Ft int
56
.Ft int
57
.Fn getchar void
57
.Fn getchar "void"
58
.Ft int
58
.Ft int
59
.Fn getchar_unlocked "void"
59
.Fn getchar_unlocked "void"
60
.Ft int
60
.Ft int
Lines 141-147 until the condition is cleared with Link Here
141
.Sh STANDARDS
141
.Sh STANDARDS
142
The
142
The
143
.Fn fgetc ,
143
.Fn fgetc ,
144
.Fn getc
144
.Fn getc ,
145
and
145
and
146
.Fn getchar
146
.Fn getchar
147
functions
147
functions

Return to bug 140494