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

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

void feraiseexcept(int excepts)
{
    _feraiseexcept(excepts);
}