c Get int INPOT

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