Copyright Digital Equipment Corp. All rights reserved.
Indicates if a character is a hexadecimal digit (0 to 9, A to F,
or a to f) in the program's current locale.
Format
#include <ctype.h>
int isxdigit (int character);
Argument Return_Values