emPrintf.3p
368 Bytes
.TH emPrintf 3P local "Silicon Graphics, Inc."
.SH NAME
emPrintf \- print formatted output
.SH SYNOPSIS
.nf
#include <em.h>
.sp
int emPrintf(const char \(**format, ... /* args */);
.fi
.SH DESCRIPTION
This procedure invokes
.IR vprintf (3S)
to allow application programs to perform standard formatted output when
run under the emulator.
.SH "SEE ALSO"
.IR printf (3S)