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