#include int __fesetround(int); int fesetround(int round) { return __fesetround(round); }