int isdigit(int c);
isdigit returns nonzero (true) if and only if the value of the argument c is a digit.