mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 20:34:38 +00:00
7 lines
127 B
C
7 lines
127 B
C
|
typedef struct {
|
||
|
union {
|
||
|
struct { } __attribute((packed));
|
||
|
};
|
||
|
} fenv_t;
|
||
|
const fenv_t _FE_DFL_ENV = {{{ 0, 0, 0, 0 }}};
|