home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!munnari.oz.au!uniwa!cujo!lillee!chans
- From: chans@lillee.cs.curtin.edu.au (Sean Chan)
- Subject: Re: fscanf problem...
- Message-ID: <chans.714977399@lillee>
- Sender: news@cujo.curtin.edu.au (News Manager)
- Organization: Curtin University of Technology
- References: <chans.714976579@lillee>
- Date: Fri, 28 Aug 1992 04:49:59 GMT
- Lines: 10
-
- chans@lillee.cs.curtin.edu.au (Sean Chan) writes:
-
- >I'm trying to get fscanf to read each integer at a time but I get a core
- >dump. It's used like this :-
-
- > fscanf (infile, "%d", val);
- &val
-
- Sorry to bother you guys...
- Sean
-