What does

Code:
int var;
scanf("%*10d", &var);
means?

The * character and 10 number.