Everything

isxdigit


Identification of hexadecimal number

[Classification]

Standard library

[Syntax]

#include <ctype.h>

int __far isxdigit(int c);

[Return value]

This function returns a value other than 0 if the value of argument c matches the respective description (i.e., if the result is true). If the result is false, 0 is returned.