mcu_hi3321_watch/open_source/musl/arch/generic/bits/fenv.h
2025-05-26 20:15:20 +08:00

11 lines
178 B
C

#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)