aboutsummaryrefslogtreecommitdiff
path: root/src/string/wcsstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/wcsstr.c')
-rw-r--r--src/string/wcsstr.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/string/wcsstr.c b/src/string/wcsstr.c
index 4caaef3c..c372c1b4 100644
--- a/src/string/wcsstr.c
+++ b/src/string/wcsstr.c
@@ -103,3 +103,11 @@ wchar_t *wcsstr(const wchar_t *restrict h, const wchar_t *restrict n)
return twoway_wcsstr(h, n);
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif