Date: Wed, 24 Sep 1997 12:35:25 +0300 (IDT) From: Eli Zaretskii To: jb AT netcom DOT ca cc: djgpp AT delorie DOT com Subject: Re: Printing on the printer In-Reply-To: <34282F89.B19A9F61@netcom.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 23 Sep 1997 jb AT netcom DOT ca wrote: > I was wondering, what C code do you need to write, to make your program > print what you want it to, during runtime? (besides pushing the Print > Scrn key) Use the pre-defined stream `stdprn'. For example: fprintf ("Hello, world of printers!\n", stdprn);