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