The isdigit function

Name

isdigit -- 

Synopsis

#include <ctype.h>

int isdigit (int c);

Description

The isdigit function tests for any decimal-digit character (as defined in ANSI C refsection 5.2.1).