blob: e4bffbd2d726bf2e2e124bcae15a2e8c74b35bec (
plain)
1
2
3
4
5
6
7
8
|
/*
* Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
*
* Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
*/
#define L_localtime
#include "time.c"
|