◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── Include: <stdio.h> Syntax: int fscanf( FILE *stream, char *format [, argument]... ); Returns: the number of fields successfully converted and assigned. EOF indicates an error or an attempt to read the end-of-file. See also: scanf, fprintf, _cscanf, sscanf -♦-