Sign in
third-party-mirror
/
mingw-w64
/
7b4b28c1db604e6960484137459b2e4a323b73ce
/
.
/
mingw-w64-crt
/
stdio
/
_putwc_nolock.c
blob: 77fe8fda78f2cc382057a0b9e9bea26d57885344 [
file
] [
log
] [
blame
]
#include
<stdio.h>
#undef
_putwc_nolock
wint_t
__cdecl _putwc_nolock
(
wchar_t
c
,
FILE
*
stream
);
wint_t
__cdecl _putwc_nolock
(
wchar_t
c
,
FILE
*
stream
)
{
return
_fputwc_nolock
(
c
,
stream
);
}