Date: Thu, 20 Feb 1997 08:59:44 +0200 (IST) From: Eli Zaretskii To: "Gautam N. Lad" cc: djgpp AT delorie DOT com Subject: Re: How do I print using 'fprintf()' to LPT1? In-Reply-To: <5efjvt$4tj@news.interlog.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 19 Feb 1997, Gautam N. Lad wrote: > Can someone tell me how to print using fprintf()? > Basically, I want to print to LPT1. I know this is possible! Use `stdprn' as the stream in the call to `fprintf'. It is connected to the default printer (that's a feature of DOS).