home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1552 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  622 b 

  1. Path: castle.nando.net!news
  2. From: xyzzy@nando.net (Andy Philpotts)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: More
  5. Date: 20 Jan 1996 20:00:27 GMT
  6. Organization: News & Observer Public Access
  7. Message-ID: <250.6593T886T1878@nando.net>
  8. References: <9601201749.AA00046@cliffe.demon.co.uk>
  9. NNTP-Posting-Host: grail1814.nando.net
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12. > BPTR             fh;
  13. Should be FILE*, check the function prototype when in doubt, or look up fopen
  14. in the manual!
  15.  
  16. >       if(!(fh = fopen("T:xx", "w")))
  17.  
  18. Of course, you may not have intended to use "fopen" :-)
  19.  
  20. --
  21. Andy Philpotts (xyzzy@nando.net)
  22.  
  23.