mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-23 03:18:08 +01:00
14 lines
244 B
C
14 lines
244 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>
|
||
|
|
||
|
|
||
|
LIBMAIL_STRIMPL(time_t, libmail_strtotime_t, libmail_atotime_t)
|