c Get int inpot

int myInt;
scanf("%d", &myInt);
Clumsy Capuchin