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

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

void feclearexcept(int excepts)
{
    _feclearexcept(excepts);
}