home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!elroy.jpl.nasa.gov!jato!jdickson
- From: jdickson@jato.jpl.nasa.gov (Jeff Dickson)
- Subject: Re: fopen() or Open()
- Message-ID: <1992Sep8.172432.15690@jato.jpl.nasa.gov>
- Organization: Jet Propulsion Laboratory
- References: <1992Sep6.110217.29976@samba.oit.unc.edu>
- Date: Tue, 8 Sep 1992 17:24:32 GMT
- Lines: 10
-
- In article <1992Sep6.110217.29976@samba.oit.unc.edu> Frederick.Theilig@bbs.oit.unc.edu (Frederick Theilig) writes:
- > Please humor me. Why why should I use AmigaDOS Open() and Close()
- > rather than C's fopen() and fclose()?
- >--
- Because, chances are C utilizes those very same functions to pull off fopen()
- and fclose(). Therefore - for performance reasons.
-
- jeff
-
-
-