C Programming/ctype.h/isxdigit

Synopsis

edit
int isxdigit(int c);

Description

edit

This function tests whether the character c is a hexadecimal dight ('0' through 'F').

References

edit