7.25.2.1.5 The iswdigit function

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).