prev

Text Input - scanf

next

#include <stdio.h>
int scanf(const char *format, ...);

Syntax is very similar to printf (see man 3 scanf for more information).