printout - Hardcopy parameter function

SYNOPSIS

#include <uif.h>
#include <prmnames.h>

int printout(hard)
int *hard;

DESCRIPTION

If stdout has not been redirected, i.e. output is being sent to the terminal, printout asks the user if the output should be sent to the printer.

RETURN VALUES

Returns 1 if the user requests the output be sent to the printer. Returns 0 if output is already redirected or if the user requests not to redirect the output to the printer.

FILES

include/uif.h, include/prmnames.h, lib/libapp.a

SEE ALSO

cmdform, prmint, prmstr uif


Last Update: $Date: 1999/05/10 20:56:58 $