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

#define FE_DOWNWARD                                                          (3)

/* Defined iff this operation is supported */

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