xref: /freebsd/include/ieeefp.h (revision 96f1dfc1be9cf5525152941d06f07c6889e60071)
1 /*	$NetBSD: ieeefp.h,v 1.4 1998/01/09 08:03:43 perry Exp $	*/
2 
3 /*
4  * Written by J.T. Conklin, Apr 6, 1995
5  * Public domain.
6  */
7 
8 #ifndef _IEEEFP_H_
9 #define _IEEEFP_H_
10 
11 #include <sys/cdefs.h>
12 #include <machine/ieeefp.h>
13 
14 #endif /* _IEEEFP_H_ */
15