#include <uif.h> #include <prmnames.h> int printout(hard) int *hard;
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.
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.
include/uif.h, include/prmnames.h, lib/libapp.a
Last Update: $Date: 1999/05/10 20:56:58 $