blob: b386d33555f7e91fd543d6fca79cc85abd7c4ef8 [file] [log] [blame]
/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the w64 mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
*/
#ifndef __NO_INLINE__
#define __NO_INLINE__
#endif
#include <time.h>
extern wchar_t * (__cdecl *__MINGW_IMP_SYMBOL(_wctime))(const __time32_t *);
wchar_t *__cdecl _wctime32(const __time32_t *_Time)
{
return (*__MINGW_IMP_SYMBOL(_wctime))(_Time);
}