Sign in
◑
Theme
mingw
/
mingw-w64
/
593929ebf2f0a678aa31a2086ff070e2d4ccb335
/
.
/
mingw-w64-crt
/
stdio
/
_getwc_nolock.c
blob: fba41ca5adab7285bb05a78fe034c416d6e0feb2 [
file
]
#undef
__MSVCRT_VERSION__
#define
__MSVCRT_VERSION__
0x800
#include
<stdio.h>
#undef
_getwc_nolock
wint_t
__cdecl _getwc_nolock
(
FILE
*
stream
);
wint_t
__cdecl _getwc_nolock
(
FILE
*
stream
)
{
return
_fgetwc_nolock
(
stream
);
}