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

7 lines
104 B
C

#include "headers/fetestexcept.h"
int fetestexcept(int excepts)
{
return _fetestexcept(excepts);
}