PROMSTDIO(2spp) RISC/os Reference Manual PROMSTDIO(2spp)
NAME
prom_stdio - routines that access stdio routines
SYNOPSIS
#include <prom/entrypt.h>
#define RVEC 0xbfc00000
promgetchar()
promputchar(c) char c;
promputs(s)
promgets (buf) char *buf;
promprintf (fmt, fmtlist) char *fmt;
DESCRIPTION
These routines access PROM stdio routines; use them in stan-
dalone programs to cause PROM I/O redirection.
SEE ALSO
printf(3).
Printed 1/6/92 Page 1