isdigit function — Tests for a digit character
int isdigit(int c)
The isdigit function returns true (nonzero) if c is a decimal digit character—that is, '0'-'9'—regardless of locale.
isdigit
c
0
9