Sign in
mingw
/
mingw-w64
/
d3a74e38ba2a1ea3eb971b501d05cef364bb25ff
/
.
/
mingw-w64-crt
/
stdio
/
_putc_nolock.c
blob: 47f1655bd01b154f58540aadff82809ff3c108af [
file
]
#include
<stdio.h>
#undef
_putc_nolock
int
__cdecl _putc_nolock
(
int
c
,
FILE
*
stream
);
int
__cdecl _putc_nolock
(
int
c
,
FILE
*
stream
)
{
return
_fputc_nolock
(
c
,
stream
);
}