Sign in
mingw
/
mingw-w64
/
c13e314c355835913d28a7b99dd8e196a917fe25
/
.
/
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
);
}