summaryrefslogtreecommitdiff
path: root/src/fenv/FE_DIVBYZERO.c
blob: 805426708001488e1143c5a6fb5bf739dc37d364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <fenv.h>

#if 0
#define FE_DIVBYZERO                                                      (1<<0)
#else
#undef FE_DIVBYZERO
#endif

/* Defined iff this exception is supported */

/*
STDC(199901)
LINK(m)
*/