aboutsummaryrefslogtreecommitdiff
path: root/src/ctype/wcwidth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/wcwidth.c')
-rw-r--r--src/ctype/wcwidth.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ctype/wcwidth.c b/src/ctype/wcwidth.c
index 36256a53..41cd743f 100644
--- a/src/ctype/wcwidth.c
+++ b/src/ctype/wcwidth.c
@@ -27,3 +27,11 @@ int wcwidth(wchar_t wc)
return 0;
return 1;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif