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

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

int fetestexcept(int excepts)
{
    return _fetestexcept(excepts);
}