int fscanf

int fscanf(FILE *__stream, const char *__fmt,...)

The function fscanf performs formatted input, reading the input data from stream.

See vfscanf() for details.