aboutsummaryrefslogtreecommitdiff
path: root/src/time/strptime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/strptime.c')
-rw-r--r--src/time/strptime.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/time/strptime.c b/src/time/strptime.c
index c54a0d8c..098b7a10 100644
--- a/src/time/strptime.c
+++ b/src/time/strptime.c
@@ -204,3 +204,11 @@ char *strptime(const char *restrict s, const char *restrict f, struct tm *restri
}
return (char *)s;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif