void _fpreset( void )
- prototype in float.h
- resets floating point math package, usually used with signal(),
system(), exec...(), spawn...()
- should be called before using 8087/80287 after using one of the
above functions
- define identically for Turbo C and MS C