Sign in
mingw
/
mingw-w64
/
b390807d82a3ac188ae5d456ad0fbe020fad86d3
/
.
/
mingw-w64-crt
/
stdio
/
_getc_nolock.c
blob: 8b34d98cb4e3f0991a6609e39eefff3974568006 [
file
] [
log
] [
blame
]
#include
<stdio.h>
#undef
_getc_nolock
int
__cdecl _getc_nolock
(
FILE
*
stream
);
int
__cdecl _getc_nolock
(
FILE
*
stream
)
{
return
_fgetc_nolock
(
stream
);
}