home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / c / 12903 < prev    next >
Encoding:
Text File  |  1992-08-27  |  633 b   |  22 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!munnari.oz.au!uniwa!cujo!lillee!chans
  3. From: chans@lillee.cs.curtin.edu.au (Sean Chan)
  4. Subject: Re: fscanf problem...
  5. Message-ID: <chans.714977399@lillee>
  6. Sender: news@cujo.curtin.edu.au (News Manager)
  7. Organization: Curtin University of Technology
  8. References: <chans.714976579@lillee>
  9. Date: Fri, 28 Aug 1992 04:49:59 GMT
  10. Lines: 10
  11.  
  12. chans@lillee.cs.curtin.edu.au (Sean Chan) writes:
  13.  
  14. >I'm trying to get fscanf to read each integer at a time but I get a core
  15. >dump. It's used like this :-
  16.  
  17. >      fscanf (infile, "%d", val);
  18.                              &val
  19.  
  20. Sorry to bother you guys...
  21. Sean
  22.