ReactOS
0.4.16-dev-1946-g52006dd
_fpreset.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS CRT library
3
* LICENSE: MIT (https://spdx.org/licenses/MIT)
4
* PURPOSE: Implementation of _fpreset
5
* COPYRIGHT: Copyright 2021 Roman Masanin <36927roma@gmail.com>
6
*/
7
8
#include "
fpscr.h
"
9
10
void
_fpreset
(
void
)
11
{
12
__setfp
(0x0);
13
}
_fpreset
void __cdecl _fpreset(void)
Definition:
_fpreset.c:10
fpscr.h
__setfp
void __setfp(unsigned int)
sdk
lib
crt
float
arm
_fpreset.c
Generated on Thu Dec 4 2025 06:15:20 for ReactOS by
1.9.6