Sign in
mingw
/
mingw-w64
/
525dca04f6d32d60f0a9525c014fa5cd4e75e0fe
/
.
/
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
);
}