Character Classification Functions


isxdigit (Macro)


Syntax

#include <ctype.h>
int isxdigit(int c);

Arguments

c      character code 

Return Value

An int value that is either a value other than zero (true) or zero (false) 

Description

Checks to see if the specified character is a hexadecimal digit.