Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fesetenv.c « spu « machine « libm « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 18751137787d530ddc532497c23560b76aff1fd1 (plain)
1
2
3
4
5
6
#include "headers/fesetenv.h"

void fesetenv(const fenv_t *envp)
{
    _fesetenv(envp);
}