Sign in
mingw
/
mingw-w64
/
af9679b30336a387cfb896d907310c8ae1ba9f40
/
.
/
mingw-w64-crt
/
stdio
/
_getwc_nolock.c
blob: 1d79602c10ee5316aafcc875665294889443e871 [
file
]
#include
<stdio.h>
#undef
_getwc_nolock
wint_t
__cdecl _getwc_nolock
(
FILE
*
stream
);
wint_t
__cdecl _getwc_nolock
(
FILE
*
stream
)
{
return
_fgetwc_nolock
(
stream
);
}