Sign in
third-party-mirror
/
mingw-w64
/
049da887b4cd15d0d4f7f6a4d464a6f01f2eb666
/
.
/
mingw-w64-crt
/
misc
/
_gmtime32.c
blob: 671b1988fb8f668b163fa48861a489ca55f6e261 [
file
] [
log
] [
blame
]
#ifndef
__NO_INLINE__
#define
__NO_INLINE__
#endif
#include
<time.h>
extern
struct
tm
*
(
__cdecl
*
__MINGW_IMP_SYMBOL
(
gmtime
))(
const
__time32_t
*);
struct
tm
*
__cdecl _gmtime32
(
const
__time32_t
*
_Time
)
{
return
(*
__MINGW_IMP_SYMBOL
(
gmtime
))(
_Time
);
}