home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / programm / 13155 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  848 b 

  1. Path: sparky!uunet!gatech!bloom-beacon!eru.mt.luth.se!lunic!sunic!aun.uninett.no!ugle.unit.no!lise.unit.no!torhr
  2. From: torhr@Lise.Unit.NO (Tor H. Ringstad)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: fopen() or Open()
  5. Message-ID: <1992Sep7.175332.343@ugle.unit.no>
  6. Date: 7 Sep 92 17:53:32 GMT
  7. References: <1992Sep6.110217.29976@samba.oit.unc.edu>
  8. Sender: news@ugle.unit.no (NetNews Administrator)
  9. Organization: Norwegian Institute of Technology
  10. Lines: 14
  11.  
  12.  
  13.  >      Please humor me.  Why why should I use AmigaDOS Open() and Close()
  14.  >  rather than C's fopen() and fclose()?
  15.  
  16. Because Open() and Close() is as good as fopen() and fclose(), but they use the
  17. internal library-functions of the Amiga OS directly (almost). You will both save
  18. time and space by using them.
  19.  
  20.  
  21. "Pragmatism before principle"
  22.  
  23.  
  24.  
  25. Tor H. Ringstad, NTH, Trondheim, Norway
  26.