diff options
Diffstat (limited to 'src/wctype/iswdigit.c')
| -rw-r--r-- | src/wctype/iswdigit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wctype/iswdigit.c b/src/wctype/iswdigit.c index 45aa0a22..12e3a793 100644 --- a/src/wctype/iswdigit.c +++ b/src/wctype/iswdigit.c @@ -12,6 +12,8 @@ int iswdigit(wint_t wc) return iswctype(wc, digit); } +__check_1(int, 0, iswdigit, wint_t) + /*** The fn(iswdigit) function tests whether arg(wc) is a wide character in the class cclass(digit) in the current locale. |
