aboutsummaryrefslogtreecommitdiff
path: root/src/string/memccpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/memccpy.c')
-rw-r--r--src/string/memccpy.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/string/memccpy.c b/src/string/memccpy.c
index 3b0a3700..8e88aeb0 100644
--- a/src/string/memccpy.c
+++ b/src/string/memccpy.c
@@ -32,3 +32,11 @@ tail:
if (n) return d+1;
return 0;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif