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