COHERENT help

This page displays the COHERENT help information for fscanf.

Listing of available help pages


fscanf() -- Format input from a file stream

#include <stdio.h>
int fscanf(fp, format, arg1, ... argN)
FILE *fp; char *format;
[data type] *arg1, ... *argN;