Copyright Digital Equipment Corp. All rights reserved.
Performs formatted input from a specified file, interpreting it
according to the format specification.
Format
#include <stdio.h>
int fscanf (FILE *file_ptr, const char *format_spec, . . . );
Arguments Description Return_Values