Sign in
mingw
/
mingw-w64
/
ef83ddc640e9e01f0b94de8829dc26beb53c7f41
/
.
/
mingw-w64-crt
/
misc
/
_ctime32.c
blob: d3e6b32dfa484ecaf490d35530db61da666ba428 [
file
]
#ifndef
__NO_INLINE__
#define
__NO_INLINE__
#endif
#include
<time.h>
extern
char
*
(
__cdecl
*
__MINGW_IMP_SYMBOL
(
ctime
))(
const
__time32_t
*);
char
*
__cdecl _ctime32
(
const
__time32_t
*
_Time
)
{
return
(*
__MINGW_IMP_SYMBOL
(
ctime
))(
_Time
);
}