_statusfp (Windows CE 5.0)

Send Feedback

Developing an Application > Microsoft C Run-time Library for Windows CE > Run-time Library Reference

Get the floating point status word.

unsigned int _statusfp( void );

Return Values

The bits in the value returned indicate the floating-point status.

Many math library functions modify the 8087/80287 status word, with unpredictable results.

Remarks

These functions are supported by all versions of the C run-time libraries.

The status word is a combination of the 8087/80287/80387 status word and other conditions detected by the 8087/80287/80387 exception handler, such as floating-point stack overflow and underflow.

Unmasked exceptions are checked for before returning the contents of the status word. This means that the caller is informed of pending exceptions.

Requirements

OS Versions: Windows CE 2.0 and later.

Header: float.h, stdio.h, stdlib.h.

Link Library: coredll.dll.

See Also

_fpclass

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.