Sign in
mingw
/
mingw-w64
/
a014e11eb3b3bbea10ac63600e01e49d54528489
/
.
/
mingw-w64-crt
/
crt
/
CRT_fp10.c
blob: d12ffa7c8d9ccfecf316c015221bc1a82e6eb6a6 [
file
] [
log
] [
blame
]
void
_fpreset
(
void
)
{
__asm__
(
"fninit"
)
;}
void
__attribute__
((
alias
(
"_fpreset"
)))
fpreset
(
void
);