Sign in
◑
Theme
mingw
/
mingw-w64
/
9739d750e63af1d4b15b41f4ebd7b9567d05321c
/
.
/
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
);
}