Sign in
mingw
/
mingw-w64
/
fe7f6cfe8385a48e1af563d474b7780c0ebfd654
/
.
/
mingw-w64-crt
/
stdio
/
_getwc_nolock.c
blob: fba41ca5adab7285bb05a78fe034c416d6e0feb2 [
file
] [
log
] [
blame
]
#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
);
}