home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / programm / 13181 < prev    next >
Encoding:
Text File  |  1992-09-08  |  732 b   |  21 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!jato!jdickson
  3. From: jdickson@jato.jpl.nasa.gov (Jeff Dickson)
  4. Subject: Re: fopen() or Open()
  5. Message-ID: <1992Sep8.172432.15690@jato.jpl.nasa.gov>
  6. Organization: Jet Propulsion Laboratory
  7. References: <1992Sep6.110217.29976@samba.oit.unc.edu>
  8. Date: Tue, 8 Sep 1992 17:24:32 GMT
  9. Lines: 10
  10.  
  11. In article <1992Sep6.110217.29976@samba.oit.unc.edu> Frederick.Theilig@bbs.oit.unc.edu (Frederick Theilig) writes:
  12. >     Please humor me.  Why why should I use AmigaDOS Open() and Close()
  13. > rather than C's fopen() and fclose()?
  14. >--
  15. Because, chances are C utilizes those very same functions to pull off fopen()
  16. and fclose(). Therefore - for performance reasons.
  17.  
  18. jeff
  19.  
  20.  
  21.