Retro68/gcc/newlib/libm/machine/spu/fesetround.c
Wolfgang Thaller d464252791 re-add newlib
2017-04-11 23:13:36 +02:00

7 lines
110 B
C

#include "headers/fesetround.h"
int fesetround(int rounding_mode)
{
return _fesetround(rounding_mode);
}