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

typedef unsigned long long int                                           fenv_t;

/*d Represents the entire floating-point environment d*/

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