The isxdigit function

Name

isxdigit -- 

Synopsis

#include <ctype.h>

int isxdigit (int c);

Description

The isxdigit functions tests for any hexadecimal-digit character (as defined in ANSI C refsection 6.1.3.2).