2.2.33 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.
int fscanf(FILE *__stream, const char *__fmt,...)
The function fscanf
performs formatted input, reading the input data from stream
.
See vfscanf() for details.