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

#if 0
#define FE_DOWNWARD                                                          (3)
#else
#undef FE_DOWNWARD
#endif

/* Defined iff this operation is supported */

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