Newsgroups: comp.unix.programmer
Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!ghost.unimi.it!matteo
From: matteo@ghost.unimi.it (Matteo Gelosa)
Subject: Re: Can I get back stdout after redirection?
Message-ID: <1991May02.131002.20881@ghost.unimi.it>
Organization: Computer Science Dep. - Milan University
References: <48186@ut-emx.uucp> <1991May02.125231.20488@ghost.unimi.it>
Distribution: usa
Date: Thu, 02 May 1991 13:10:02 GMT
Lines: 10

	I was forgettin' something important...

	If you wanna work with file descriptor you have to
	do like I wrote, but if you wanna work with stdio
	buffers you can do it in a very simpler way just
	calling...

	freopen("/dev/tty", "w", stdout);

	Matteo.
