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