scanf question

John Salmon johns at macondo.Caltech.Edu
Sat Feb 18 16:29:59 AEST 1989


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 at wega.caltech.edu



More information about the Comp.std.c mailing list