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