summaryrefslogtreecommitdiff
path: root/src/wctype/wctrans.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-30 22:47:21 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-30 22:47:21 -0500
commit841ec551221a44355beba6593cec462347df0d12 (patch)
tree3a1a62a26db233ea2384d9f1d368a6b056c4322d /src/wctype/wctrans.c
parent79e1176f8b6ff20d47889e2dacd078ca92449fd5 (diff)
update to 1:1 checked functions
Diffstat (limited to 'src/wctype/wctrans.c')
-rw-r--r--src/wctype/wctrans.c2
1 files changed, 2 insertions, 0 deletions
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