Sign in
third-party-mirror
/
mingw-w64
/
c8c94d8e8b83986355215834fda91b05dac350e7
/
.
/
mingw-w64-crt
/
CRT_fp8.c
blob: 789e71c73d5d68d75f482085bf3700e73f80596b [
file
] [
log
] [
blame
]
extern
void
(*
_imp___fpreset
)(
void
)
;
void
_fpreset
(
void
)
{
(*
_imp___fpreset
)();
}
void
__attribute__
((
alias
(
"_fpreset"
)))
fpreset
(
void
);