mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
7 lines
80 B
C
7 lines
80 B
C
|
#include "headers/fegetround.h"
|
||
|
|
||
|
int fegetround()
|
||
|
{
|
||
|
return _fegetround();
|
||
|
}
|