#include #include "_safety.h" int fegetround(void) { SIGNAL_SAFE(0); return 0; } /* The fegetround function gets the current rounding direction. */ /* The fegetround function returns the value of the rounding direction macro representing the current rounding direction or a negative value if there is no such rounding direction macro or the current rounding direction is not determinable. */ /* STDC(199901) LINK(m) */