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/wctrans.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wctype/wctrans.c') diff --git a/src/wctype/wctrans.c b/src/wctype/wctrans.c index 5e73a454..d8e65d96 100644 --- a/src/wctype/wctrans.c +++ b/src/wctype/wctrans.c @@ -18,6 +18,8 @@ wctrans_t wctrans(const char * property) return 0; } +__check_1(wctrans_t, 0, wctrans, const char *) + /*** The fn(wctrans) function looks up the wide character translation mapping specified by the string arg(property), to be used as the arg(desc) parameter -- cgit v1.2.1