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

#define FE_INVALID                                                        (1<<2)

/* Defined iff this exception is supported */

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