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

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

void fegetenv(fenv_t *envp)
{
    _fegetenv(envp);
}