home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!bloom-beacon!eru.mt.luth.se!lunic!sunic!aun.uninett.no!ugle.unit.no!lise.unit.no!torhr
- From: torhr@Lise.Unit.NO (Tor H. Ringstad)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: fopen() or Open()
- Message-ID: <1992Sep7.175332.343@ugle.unit.no>
- Date: 7 Sep 92 17:53:32 GMT
- References: <1992Sep6.110217.29976@samba.oit.unc.edu>
- Sender: news@ugle.unit.no (NetNews Administrator)
- Organization: Norwegian Institute of Technology
- Lines: 14
-
-
- > Please humor me. Why why should I use AmigaDOS Open() and Close()
- > rather than C's fopen() and fclose()?
-
- Because Open() and Close() is as good as fopen() and fclose(), but they use the
- internal library-functions of the Amiga OS directly (almost). You will both save
- time and space by using them.
-
-
- "Pragmatism before principle"
-
-
-
- Tor H. Ringstad, NTH, Trondheim, Norway
-