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