#include <ctype.h> int isdigit(int c);
Tells if c is a digit.
Nonzero if c is a digit, else zero.
ANSI, POSIX
Go to the first, previous, next, last section, table of contents.