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

#define FE_UNDERFLOW                                                      (1<<4)

/* Defined iff this exception is supported */

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