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