#include <ctype.h>
int isxdigit (int c);
int isxdigit
The isxdigit functions tests for any hexadecimal-digit character (as defined in ANSI C refsection 6.1.3.2).