1 2 3 4 5 6
#include "headers/fesetround.h" int fesetround(int rounding_mode) { return _fesetround(rounding_mode); }