Path: utzoo!utgpu!watserv1!watmath!att!occrsh!uokmax!apple!ames!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.unix.questions Subject: Re: _cleanup() before fork()? (was Re: How to terminate a child ...) Message-ID: <13042@smoke.BRL.MIL> Date: 3 Jun 90 20:54:36 GMT References: <12960@smoke.BRL.MIL> <845: <775@mwtech.UUCP> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 7 In article <775@mwtech.UUCP> martin@mwtech.UUCP (Martin Weitzel) writes: >It would be quite helpful if stdio had officially defined some >"fflush_all()" operation ... I don't know what an "official stdio" might be, if not ANS X3.159-1989, which does specify that fflush(NULL) will have the effect you ask for. Don't try this in nonconforming implementations, though.