summaryrefslogtreecommitdiff
path: root/src/wctype/iswlower.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wctype/iswlower.c')
-rw-r--r--src/wctype/iswlower.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wctype/iswlower.c b/src/wctype/iswlower.c
index 44c044c8..f181779e 100644
--- a/src/wctype/iswlower.c
+++ b/src/wctype/iswlower.c
@@ -12,6 +12,8 @@ int iswlower(wint_t wc)
return iswctype(wc, lower);
}
+__check_1(int, 0, iswlower, wint_t)
+
/***
The fn(iswlower) function tests whether arg(wc) is a wide character in the class
cclass(lower) in the current locale.