summaryrefslogtreecommitdiff
path: root/src/fenv/FE_DIVBYZERO.h
blob: 0e523d85384f9b198c3cd5d51706f60c663ea630 (plain)
1
2
3
4
5
6
7
8
9
10
#include <fenv.h>

#define FE_DIVBYZERO                                                      (1<<0)

/* Defined iff this exception is supported */

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