#include <ctype.h>
int isdigit (int c);
int isdigit
The isdigit function tests for any decimal-digit character (as defined in ANSI C refsection 5.2.1).