Crafter.Build/binlib/wasi-sysroot-28.0/include/wasm32-wasip2/bits/fenv.h

10 lines
178 B
C
Raw Normal View History

2025-11-09 18:56:24 +01:00
#define FE_ALL_EXCEPT 0
#define FE_TONEAREST 0
typedef unsigned long fexcept_t;
typedef struct {
unsigned long __cw;
} fenv_t;
#define FE_DFL_ENV ((const fenv_t *) -1)