10 lines
126 B
C
10 lines
126 B
C
|
#ifndef _IEEEFP_H_
|
||
|
#define _IEEEFP_H_
|
||
|
|
||
|
#include <_mingw.h>
|
||
|
#include <math.h>
|
||
|
#include <ansidecl.h>
|
||
|
|
||
|
#endif /* _IEEE_FP_H_ */
|
||
|
|