CompuServe Messages

#Printer usage!

    26-Apr-92 00:51:08
Sb: #22899-#Printer usage!
Fm: Don Curtis/SYSOP 76703,4321
To: Eric Schultz 72527,1162
Eric, As Steve said…the printer is just another "file", you open and close it using normal open() or fopen() routines and close it via close() or fclose(). And of course, output via any of the UNIX style output functions such as write(), fwrite(), fprintf(), puts(), fputs() and so forth. You can open either PAR: or PRT: using these routines. Don