From 841ec551221a44355beba6593cec462347df0d12 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 22:47:21 -0500 Subject: update to 1:1 checked functions --- src/wctype/iswupper.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wctype/iswupper.c') diff --git a/src/wctype/iswupper.c b/src/wctype/iswupper.c index 7438e121..1abe4116 100644 --- a/src/wctype/iswupper.c +++ b/src/wctype/iswupper.c @@ -12,6 +12,8 @@ int iswupper(wint_t wc) return iswctype(wc, upper); } +__check_1(int, 0, iswupper, wint_t) + /*** The fn(iswupper) function tests whether arg(wc) is a wide character in the class cclass(upper) in the current locale. -- cgit v1.2.1