_fpreset (Windows CE 5.0)
Developing an Application > Microsoft C Run-time Library for Windows CE > Run-time Library Reference
Resets the floating-point package.
void _fpreset( void );
Return Values
None.
Remarks
The _fpreset function reinitializes the floating-point math package.
_fpreset is usually used with the _exec function.
If a program traps floating-point error signals (SIGFPE) with signal, it can safely recover from floating-point errors by invoking _fpreset and using longjmp.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: stdlib.h.
Link Library: coredll.dll.
See Also
Send Feedback on this topic to the authors