Date: Mon, 3 Mar 1997 13:19:19 +0200 (IST) From: Eli Zaretskii To: Anthony Villena cc: djgpp AT delorie DOT com Subject: Re: Output to the Printer In-Reply-To: <331A1B3B.34DE@arn.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 2 Mar 1997, Anthony Villena wrote: > I'm fairly new with C, and have decided to make DJGPP the compiler > of my choice. Unfortunatly I haven't found any thing in the docs > that tell me how to send text to the printer. If you could help it > would be MUCH apperciated. Thanks! Use the predefined stream `stdprn': fprintf (stdprn, "Hello, %s\n", "world");