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