C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
fscanf
 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
                                    -♦-