summaryrefslogtreecommitdiff
path: root/src/time/getdate.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-09 14:52:22 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-09 14:52:22 -0500
commit76c7bb8bf37b539a25a8ef4c17c893eb89d2cefa (patch)
treeaf9803d062058b215603a3d8b20ede845ac7f746 /src/time/getdate.c
parent6b31169c7d3b4d76186cd989f18f4203cc6b6498 (diff)
merge XOPEN identifiers
Diffstat (limited to 'src/time/getdate.c')
-rw-r--r--src/time/getdate.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/time/getdate.c b/src/time/getdate.c
new file mode 100644
index 00000000..a6a7ec69
--- /dev/null
+++ b/src/time/getdate.c
@@ -0,0 +1,10 @@
+#include <time.h>
+
+struct tm *getdate(const char *string)
+{
+ return NULL;
+}
+
+/*
+XOPEN(400)
+*/