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