isxdigit
Tests for a hexadecimal digit.
[Format]
#include <ctype.h>
long isxdigit (long c);
[Parameters]
c Character to be tested
[Return values]
If character c is a hexadecimal digit: Nonzero
If character c is not a hexadecimal digit: 0