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

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

int feholdexcept(fenv_t *envp)
{
    return _feholdexcept(envp);
}