Sign in
third-party-mirror
/
mingw-w64
/
dbc05d62a2762e98080b2942038adca7a799bb98
/
.
/
mingw-w64-crt
/
misc
/
_mktime32.c
blob: de483c77a90b0abfce3e9160a7de9496ca744eed [
file
] [
log
] [
blame
]
#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
);
}