PUTC(3spp) RISC/os Reference Manual PUTC(3spp)
NAME
putc, putchar - put character to descriptor
SYNOPSIS
#include <saio/saioctl.h>
int putc(c, descriptor)
char c;
int descriptor;
int putchar(c)
DESCRIPTION
Putc appends the character c to the named output descriptor.
It returns the character written.
Putchar(c) is defined as putc(c,1).
SEE ALSO
getc(3spp), puts(3spp), printf(3spp),
DIAGNOSTICS
These functions return the constant EOF upon error.
Printed 1/6/92 Page 1