]> git.notmuchmail.org Git - notmuch/blob - contrib/notmuch-deliver/numlib/atotimet.c
d494fd2215dfd4b3f08822bb6b09d26fd03dc29a
[notmuch] / contrib / notmuch-deliver / numlib / atotimet.c
1 /*
2 ** Copyright 2003 Double Precision, Inc.
3 ** See COPYING for distribution information.
4 */
5
6 #if     HAVE_CONFIG_H
7 #include        "config.h"
8 #endif
9 #include        "numlib.h"
10 #include        <string.h>
11
12 static const char rcsid[]="$Id: atotimet.c,v 1.1 2003/08/03 03:09:19 mrsam Exp $";
13
14 LIBMAIL_STRIMPL(time_t, libmail_strtotime_t, libmail_atotime_t)