summaryrefslogtreecommitdiffstats
path: root/numlib/atotimet.c
diff options
context:
space:
mode:
Diffstat (limited to 'numlib/atotimet.c')
-rw-r--r--numlib/atotimet.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/numlib/atotimet.c b/numlib/atotimet.c
new file mode 100644
index 0000000..0360b5b
--- /dev/null
+++ b/numlib/atotimet.c
@@ -0,0 +1,13 @@
+/*
+** Copyright 2003 Double Precision, Inc.
+** See COPYING for distribution information.
+*/
+
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+#include "numlib.h"
+#include <string.h>
+
+
+LIBMAIL_STRIMPL(time_t, libmail_strtotime_t, libmail_atotime_t)