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

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

int fesetround(int rounding_mode)
{
    return _fesetround(rounding_mode);
}