Sign in
mingw
/
mingw-w64
/
68d0e7d551d2e2a5b8a15bdca3f8d15fc097ed01
/
.
/
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
);
}