Fscanf

Where can someone get the computer program FscanF?
What library is fscanf in C? The C library function int fscanf(FILE *stream, const char *format, ...) reads formatted input from a stream. What is the...