int fscanf( FILE *fp, const char *format, arg1, arg2, ... )


	- prototype in stdio.h

	- gets formatted input from a stream fp


	- see	scanf()  and   SCANF SPEC