Retro68/gcc/newlib/libm/machine/spu/fegetround.c

7 lines
80 B
C
Raw Normal View History

2017-04-11 21:13:36 +00:00
#include "headers/fegetround.h"
int fegetround()
{
return _fegetround();
}