diff options
| author | Tim Vanderhoek <hoek@FreeBSD.org> | 1999-02-26 01:28:06 +0000 |
|---|---|---|
| committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1999-02-26 01:28:06 +0000 |
| commit | 654b249cede199677d83f3782d7f7e80154160b8 (patch) | |
| tree | 993a837f17b5fe5ed018d20332d4a4eb1bebe153 /lib/libc/stdio/putc.3 | |
| parent | 14418f224a2c26e053ce113e4c5e63afbf89721a (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/putc.3')
| -rw-r--r-- | lib/libc/stdio/putc.3 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/stdio/putc.3 b/lib/libc/stdio/putc.3 index fc6e6a78a369..37daff64bfd0 100644 --- a/lib/libc/stdio/putc.3 +++ b/lib/libc/stdio/putc.3 @@ -64,8 +64,9 @@ writes the character to the output stream pointed to by .Fa stream . .Pp -.Fn Putc -acts essentially identically to +The +.Fn putc +macro acts essentially identically to .Fn fputc , but is a macro that expands in-line. It may evaluate .Fa stream @@ -73,7 +74,9 @@ more than once, so arguments given to .Fn putc should not be expressions with potential side effects. .Pp -.Fn Putchar +The +.Fn putchar +macro is identical to .Fn putc with an output stream of |
