blob: 0360b5b2c99a05947be6e6d64299c71de9dd8eb2 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
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)
 |