Document: PRINTER Purpose: Describes the routines which get information on the available text printers. Files: printer.c Category: PRINTING Author: K.G. Begeman Description: The following routines are available: PRNTRNUM Returns the number of printers available. PRNTRNAM Returns the name of a printer. PRNTRCOM Returns comments about a printer. PRNTRDIM Returns number of columns and lines of selected printer. PRNTRACT Prints a file. The information about printers is obtained from the file lpdevices which is located in the gip_loc directory. Updates: Aug 18, 1990: KGB, Document created.