mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-23 19:38:07 +01:00
15 lines
327 B
C
15 lines
327 B
C
|
/*
|
||
|
** Copyright 2003 Double Precision, Inc.
|
||
|
** See COPYING for distribution information.
|
||
|
*/
|
||
|
|
||
|
#if HAVE_CONFIG_H
|
||
|
#include "config.h"
|
||
|
#endif
|
||
|
#include "numlib.h"
|
||
|
#include <string.h>
|
||
|
|
||
|
static const char rcsid[]="$Id: atotimet.c,v 1.1 2003/08/03 03:09:19 mrsam Exp $";
|
||
|
|
||
|
LIBMAIL_STRIMPL(time_t, libmail_strtotime_t, libmail_atotime_t)
|