The macro versions of putc() and putchar() are gone.

This commit is contained in:
Tim J. Robbins 2003-01-10 07:47:12 +00:00
parent 9031030003
commit c24891e9e2

View File

@ -73,18 +73,12 @@ to the output stream pointed to by
.Pp
The
.Fn putc
macro acts essentially identically to
.Fn fputc ,
but is a macro that expands in-line.
It may evaluate
.Fa stream
more than once, so arguments given to
.Fn putc
should not be expressions with potential side effects.
function acts essentially identically to
.Fn fputc .
.Pp
The
.Fn putchar
macro
function
is identical to
.Fn putc
with an output stream of