mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-08-24 17:04:39 +00:00

This incoporates pieces from musl-libc, cloudlibc, cloudabi, libpreopen, and dlmalloc, as well as a significant amount of new code.
11 lines
178 B
C
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)
|