ISWXDIGIT
NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO NOTES
iswxdigit - test for hexadecimal digit wide character
#include wc);
The iswxdigit function is the wide-character equivalent of the isxdigit function. It tests whether wc is a wide character belonging to the wide character class ''
The wide character class
Being a subclass of the wide character class
Being a subclass of the wide character class
Being a subclass of the wide character class
The wide character class
The iswxdigit function returns non-zero if wc is a wide character belonging to the wide character class ''
ISO/ANSI C, UNIX98
The behaviour of iswxdigit depends on the LC_CTYPE category of the current locale.
2 pages link to iswxdigit(3):