This HTML automatically generated with rman for NEMO
Table of Contents

Name

status - write out status-line information

Synopsis


#include <stdinc.h>
status(format [ , arg ] ... )

char *format;

Description

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) .

See Also

dprintf(3NEMO)

Author

Peter Teuben

History


1-feb-92    Created      Peter


Table of Contents