prn_abort()

Purpose

Aborts output to printer

Old name

#define abort_print prn_abort

Syntax

void print_abort(void);

Description

The prn_abort() function cancels all items that are currently in the printer stream. (To print them, use the function prn_print(). )

This enables a program to discard text that has been built in the printer stream instead of printing it. This may happen if the user is asked to confirm a print request, but decides not to obtain a printout.

See also

form(), prn_print(), prn_x()