Date: Wed, 19 Jan 94 13:03:51 EST From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: kuku AT acds DOT physik DOT rwth-aachen DOT de Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: crlf issue Reply-To: babcock AT cfa DOT harvard DOT edu > I wonder if there is a way to open stdout in binary mode or some such > allowing to suppress this LF postprocessing. You can probably use setmode() to change stdout to binary mode.