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