scanf - convert formatted input
#include <stdio.h> int scanf(const char *format, ... );
Refer to fscanf().
Derived from Issue 1 of the SVID.