int scanf

int scanf(const char *__fmt,...)

The function scanf performs formatted input from stream stdin.

See vfscanf() for details.