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