Sign in
mingw
/
mingw-w64
/
aa0cdbfcbb8fac51d563b1098ffb6a2aa7850edb
/
.
/
mingw-w64-crt
/
misc
/
_mktime32.c
blob: de483c77a90b0abfce3e9160a7de9496ca744eed [
file
]
#ifndef
__NO_INLINE__
#define
__NO_INLINE__
#endif
#include
<time.h>
extern
__time32_t
(
__cdecl
*
__MINGW_IMP_SYMBOL
(
mktime
))(
struct
tm
*);
__time32_t
__cdecl _mktime32
(
struct
tm
*
_Tm
)
{
return
(*
__MINGW_IMP_SYMBOL
(
mktime
))(
_Tm
);
}