Sign in
mingw
/
mingw-w64
/
refs/heads/master
/
.
/
mingw-w64-crt
/
stdio
/
_fgetc_nolock.c
blob: dfab9b62f351d459e2e0730bb4f9c9feededc409 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
__cdecl _fgetc_nolock
(
FILE
*
stream
)
{
return
_getc_nolock
(
stream
);
}
int
__cdecl
(*
__MINGW_IMP_SYMBOL
(
_fgetc_nolock
))(
FILE
*)
=
_fgetc_nolock
;