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