NAME
DtPrintf - Printf style command to output messages.
SYNOPSIS
#include <Dt.h>
void DtPrintf( DtOutputType ot, const char* fmt, ...)
DESCRIPTION
DtPrintf() is a printf style command, and arguments as the
regular C function printf. The argument ot is used to
specify where to direct the message. Possible values are
dStdout, dStderr, dPrompt, dErrlog, dPromptNoHistory. The
values dStdout and dStderr direct output to stdout and
stderr respectively. The value dPrompt will send output to
the prompt line of the main application if it is running.
Otherwise, it will send output to stderr. dErrlog will send
output to the error log file of the application, while
dPromptNoHistory will send output to the prompt line, but it
will not be added to the history.
FILES
Link with -lDtOMio