X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Mon, 25 Feb 2002 13:09:08 -0600 From: JT Williams To: djgpp AT delorie DOT com Subject: write, _write, fwrite Message-ID: <20020225130908.A7403@kendall.sfbr.org> Mail-Followup-To: djgpp AT delorie DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Reply-To: djgpp AT delorie DOT com What are the considerations for choosing between the write, _write, and fwrite procedures? (And the corresponding read, _read, and fread.) From the libc docs I see some differences in the prototypes, but otherwise the choice seems mainly related to portability. Is this correct? TIA/jtw