blob: 9bc9303b7d1dc6aa6e6e42750c681ba4441dd18a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include <fenv.h>
typedef unsigned long long int fexcept_t;
/*d Represents the floating-point status flags collectively, including any status the */
/* implementation associates with the flags. d*/
/*
STDC(199901)
LINK(m)
*/
|