Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!lll-winken!elroy.jpl.nasa.gov!swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!boingo.med.jhu.edu!haven!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.unix.wizards Subject: Re: How can I write an FPIPE() ????? Message-ID: <15137@smoke.brl.mil> Date: 8 Feb 91 21:45:26 GMT References: <1991Feb7.200302.4945@dmntor.UUCP> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 7 In article <1991Feb7.200302.4945@dmntor.UUCP> djm@dmntor.UUCP (David McKellar) writes: > What I want is an fpipe() that does exactly the same as pipe > but returns type FILE. Possible ? Any time you can get a file descriptor and want a FILE, use fdopen(). This question should have been posted to comp.unix.questions.