Synopsis
int isdigit(int c);
Description

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