Function (Path Standard C Header / stdio.h)

fscanf

int fscanf(FILE *file, char *format, ... arg1);

Scan file, % will fill argument table variable


Parameters

  FILE *file
    File

  char *format
    Format expression to scan

  ... arg1
    Argument table