How can I write an FPIPE() ?????

Doug Gwyn gwyn at smoke.brl.mil
Sat Feb 9 08:45:26 AEST 1991


In article <1991Feb7.200302.4945 at dmntor.UUCP> djm at 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.



More information about the Comp.unix.wizards mailing list