summaryrefslogtreecommitdiff
path: root/src/wctype/iswctype.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wctype/iswctype.c')
-rw-r--r--src/wctype/iswctype.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wctype/iswctype.c b/src/wctype/iswctype.c
index a5c64956..4113e790 100644
--- a/src/wctype/iswctype.c
+++ b/src/wctype/iswctype.c
@@ -15,6 +15,8 @@ int iswctype(wint_t wc, wctype_t desc)
return 0;
}
+__check_2(int, 0, iswctype, wint_t, wctype_t)
+
/***
The fn(iswctype) function tests whether arg(wc) is a wide character in the
character class represented by arg(desc), which must have been previously