fscanf Function (Macro)

stdio.h

short fscanf(FILE *file, const char *format, ...);

File parsing function.

Works like sscanf, but reads the input from the file file rather than from a buffer of type char *.


Uses: cbscanf, fgetc