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

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

void feupdateenv(const fenv_t *envp)
{
    _feupdateenv(envp);
}