 |
vlprintf, vl0printf, vlerror
NAME
vlprintf, vl0printf, vlerror - Printing
routines for ParVox
SYNOPSIS
#include <parvox.h>
void vlerror(char *format, ...)
void vlprintf(char *format, ...)
void vl0printf(char *format, ...)
DESCRIPTION
ParVox
provides three printing routines for reporting errors or status of the
rendering system. For Cray T3D or T3E, the messages are printed to stdout;
for other machines, messages are printed to stderr. vlerror()
prints the error message from PE 0, then exits the program. vlprintf()
prints the PE number followed by user specified message. vl0printf()
only prints the message from PE 0.
BACK TO INDEX
|
 |