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

#if 0
#define FE_TONEAREST                                                         (1)
#else
#undef FE_TONEAREST
#endif

/* Defined iff this operation is supported */

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