15 lines
178 B
C
15 lines
178 B
C
|
#ifndef _FENV_H
|
||
|
#define _FENV_H 1
|
||
|
|
||
|
// https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fenv.h.html
|
||
|
|
||
|
#include <sys/cdefs.h>
|
||
|
|
||
|
__BEGIN_DECLS
|
||
|
|
||
|
// FIXME
|
||
|
|
||
|
__END_DECLS
|
||
|
|
||
|
#endif
|