diff options
Diffstat (limited to 'src/fenv/fenv_t.h')
-rw-r--r-- | src/fenv/fenv_t.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/fenv/fenv_t.h b/src/fenv/fenv_t.h new file mode 100644 index 00000000..2d644c75 --- /dev/null +++ b/src/fenv/fenv_t.h @@ -0,0 +1,10 @@ +#include <fenv.h> + +typedef unsigned long long int fenv_t; + +/*d Represents the entire floating-point environment d*/ + +/* +STDC(199901) +LINK(m) +*/ |