Date: Thu, 21 Sep 1995 20:20:18 -0400
From: dj (DJ Delorie)
To: incp AT majestix DOT rz DOT tu-clausthal DOT de
Cc: djgpp AT sun DOT soe DOT clarkson DOT edu
Subject: Re: binary output on stdout?


In djgpp V2, you should be able to just use

	setmode(fileno(stdout), O_BINARY);

We've put a lot of effort into making sure that does the right thing.

DJ