Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!bob@ucla-locus From: bob%ucla-locus@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: fdopen() problem in stdio Message-ID: <13414@sri-arpa.UUCP> Date: Mon, 7-Nov-83 13:19:53 EST Article-I.D.: sri-arpa.13414 Posted: Mon Nov 7 13:19:53 1983 Date-Received: Wed, 9-Nov-83 07:43:16 EST Lines: 7 From: Bob English If you don't intend to close the file, why pass a different FILE structure each time you call the routine? Why not set up one and use it every time? --bob--