Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ukma!xanth!ames!elroy!cit-vax!macondo!johns From: johns@macondo.Caltech.Edu (John Salmon) Newsgroups: comp.std.c Subject: scanf question Message-ID: <9641@cit-vax.Caltech.Edu> Date: 18 Feb 89 06:29:59 GMT Sender: news@cit-vax.Caltech.Edu Reply-To: johns@wega.caltech.edu.UUCP (John Salmon) Organization: California Institute of Technology Lines: 13 I have an old (March 87) draft of the standard which says in Sec. 4.9.6.2 The fscanf function, paragraph 8: "...A white-space directive fails if no white-space can be found." K&R 2nd edition says that "white-space directives are ignored" Which is correct? Is count set to 0 or 1 by: count = sscanf("10", " %d", &i); Thanks, John Salmon johns@wega.caltech.edu