aboutsummaryrefslogtreecommitdiff
path: root/src/ctype/iscntrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/iscntrl.c')
-rw-r--r--src/ctype/iscntrl.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ctype/iscntrl.c b/src/ctype/iscntrl.c
index f27837ea..1fd7dce7 100644
--- a/src/ctype/iscntrl.c
+++ b/src/ctype/iscntrl.c
@@ -11,3 +11,11 @@ int __iscntrl_l(int c, locale_t l)
}
weak_alias(__iscntrl_l, iscntrl_l);
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif