Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!iuvax!bsu-cs!dhesi From: dhesi@bsu-cs.bsu.edu (Rahul Dhesi) Newsgroups: comp.sys.atari.st Subject: Re: why zoo... Message-ID: <8091@bsu-cs.bsu.edu> Date: 6 Jul 89 04:36:07 GMT References: <615670847.12121@myrias.uucp> Reply-To: dhesi@bsu-cs.bsu.edu (Rahul Dhesi) Organization: CS Dept, Ball St U, Muncie, Indiana Lines: 18 In article <615670847.12121@myrias.uucp> mj@myrias.uucp (Michal Jaegermann) writes: >It is true that I had to recompile fiz, since posted version >apparently is writing directly to a console, instead of stdout, and >I had no way to capture it's output to a file. This surprises me. The original code writes everything through printf() function calls, and that is always supposed to write to stdout. Could this be an Atari-specific change? It's true that fiz optionally does setbuf (stdout, (char *) NULL); which makes stdout unbuffered, but it does not change where it goes. -- Rahul Dhesi UUCP: ...!{iuvax,pur-ee}!bsu-cs!dhesi