From 76c7bb8bf37b539a25a8ef4c17c893eb89d2cefa Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 14:52:22 -0500 Subject: merge XOPEN identifiers --- src/time/strptime.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/time/strptime.c (limited to 'src/time/strptime.c') diff --git a/src/time/strptime.c b/src/time/strptime.c new file mode 100644 index 00000000..c3c03547 --- /dev/null +++ b/src/time/strptime.c @@ -0,0 +1,10 @@ +#include + +char *strptime(const char *restrict buf, const char *restrict format, struct tm *restrict tm) +{ + return (char*)buf; +} + +/* +XOPEN(4) +*/ -- cgit v1.2.1