isxdigit

Name

isxdigit -- tests for hexadecimal digits

Synopsis

int8 isxdigit(int8 ch);

Description

isxdigit evaluates the character ch and returns a non-zero value if it is a hexadecimal digit (0-9, a-f or A-F). If not, it returns a zero.