isdigit

Name

isdigit -- tests for digit characters

Synopsis

int8 isdigit(int8 isdigit);

Description

isdigit evaluates the character ch and returns a non-zero value if it is a numeric digit (0-9). If not, it returns a zero.