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

7 lines
99 B
C

#include "headers/feupdateenv.h"
void feupdateenv(const fenv_t *envp)
{
_feupdateenv(envp);
}