Sign in
mingw
/
mingw-w64
/
fe7f6cfe8385a48e1af563d474b7780c0ebfd654
/
.
/
mingw-w64-crt
/
stdio
/
_putc_nolock.c
blob: 47f1655bd01b154f58540aadff82809ff3c108af [
file
] [
log
] [
blame
]
#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
);
}