diff options
Diffstat (limited to 'src/math/math_errhandling.c')
-rw-r--r-- | src/math/math_errhandling.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/math/math_errhandling.c b/src/math/math_errhandling.c new file mode 100644 index 00000000..2c34327c --- /dev/null +++ b/src/math/math_errhandling.c @@ -0,0 +1,7 @@ +#include <math.h> +#define math_errhandling (MATH_ERRNO | MATH_ERREXCEPT) + +/* +STDC(199901) +LINK(m) +*/ |