Contents
Synopsis
1
#include <wctype.h> int iswxdigit(wint_t wc);
Description
2
The iswxdigit function tests for any wide character that corresponds to a hexadecimal-digit character (as defined in 6.4.4.1).