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

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

/* Defined iff this exception is supported */

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