Path: utzoo!dciem!nttor!contact!dmntor!djm From: djm@dmntor.UUCP (David McKellar) Newsgroups: comp.unix.wizards Subject: How can I write an FPIPE() ????? Message-ID: <1991Feb7.200302.4945@dmntor.UUCP> Date: 7 Feb 91 20:03:02 GMT Reply-To: djm@dmntor.UUCP (David McKellar) Organization: Digital Media Networks, Toronto, Canada. Lines: 23 Quick description: I know all about pipe() and popen() but I want a fpipe(). AND I can't figure out how to do it!!! More detailed: pipe() returns those int file descriptors so I can't use fprintf(). (sprintf() followed by write() is clumbsy!) popen() returns type FILE so I can use fprintf() but it calls sh so an extra process is used. What I want is an fpipe() that does exactly the same as pipe but returns type FILE. Possible ? Please e-mail me as well as posting. -- Dave McKellar UUCP: djm@dmntor.UUCP UUCP bang: ...!uunet!jtsv16!geac!dmntor!djm BITNET: djm%dmntor.UUCP@UWOCC1 (I think)