Retro68/gcc/newlib/libm/machine/spu/fesetround.c
2012-03-27 01:51:53 +02:00

7 lines
110 B
C

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