blob: 6bbf8d1bde8b94cae967f5cd5aeafd4a0b4b81d2 [file]
#define _GNU_SOURCE
#include <fenv.h>
#include <internal.h>
int __cdecl fegetexcept(void)
{
return ~__mingw_controlfp(0, 0) & FE_ALL_EXCEPT;
}