HTML automatically generated with rman
Table of Contents
status - write out status-line information
#include <stdinc.h>
status(format [ , arg ] ... )
char *format;
status prints out a formattable status string to
stdout. The status string should not have any newlines (0 in them, it will
supply a carriage return (r), such that the next status call will overwrite
the current one.
Each of these functions converts, formats, and prints
its args under control of the format, as described in printf(3)
.
dprintf(3NEMO)
Peter Teuben
1-feb-92 Created Peter
Table of Contents