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

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

int fegetround()
{
    return _fegetround();
}