+/*****************************************************************************/
+/* Code */
+/*****************************************************************************/
+
+
+
char* __fastcall__ asctime (const struct tm* timep)
{
static const char days[7][4] = {
+/*****************************************************************************/
+/* Code */
+/*****************************************************************************/
+
+
+
struct tm* __fastcall__ gmtime (const time_t* timep)
{
time_t t;
+/*****************************************************************************/
+/* Code */
+/*****************************************************************************/
+
+
+
struct tm* __fastcall__ localtime (const time_t* timep)
{
static struct tm timebuf;
+/*****************************************************************************/
+/* Data */
+/*****************************************************************************/
+
+
+
struct _timezone _tz = {
0, /* True if daylight savings time active */
0, /* Number of seconds behind UTC */