scanf - convert formatted input
#include <stdio.h> int scanf(const char *format, ... );
int scanf(const char *format, ... );
Refer to fscanf().