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

#define FE_TONEAREST                                                         (1)

/* Defined iff this operation is supported */

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