Exits from a printer formatter.
None (linked with the pioformat formatter driver)
#include <piostruct.h> void pioexit (exitcode) int exitcode;
The pioexit subroutine should be used by printer formatters to exit either when formatting is complete or an error has been detected. This subroutine is supplied by the formatter driver.
The pioexit subroutine has no return values.
Understanding Embedded References in Printer Attribute Strings in AIX Kernel Extensions and Device Support Programming Concepts.
Adding a New Printer Type to Your System in AIX Kernel Extensions and Device Support Programming Concepts.
Example of Print Formatter in AIX General Programming Concepts: Writing and Debugging Programs.