Sign in
third-party-mirror
/
mingw-w64
/
156f6cd62cea21dd0c28d79e08cba53056b4b4be
/
.
/
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
);
}