Sign in
third-party-mirror
/
mingw-w64
/
dbc05d62a2762e98080b2942038adca7a799bb98
/
.
/
mingw-w64-crt
/
misc
/
_time32.c
blob: a3cfb8f762a675094542e0bed7e78d615878260a [
file
] [
log
] [
blame
]
#ifndef
__NO_INLINE__
#define
__NO_INLINE__
#endif
#include
<time.h>
extern
__time32_t
(
__cdecl
*
__MINGW_IMP_SYMBOL
(
time
))(
__time32_t
*);
__time32_t
__cdecl _time32
(
__time32_t
*
_Time
)
{
return
(*
__MINGW_IMP_SYMBOL
(
time
))(
_Time
);
}