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