[BACK]Return to ieeefp.h CVS log [TXT][DIR] Up to [local] / src / include

Annotation of src/include/ieeefp.h, Revision 1.1.1.1

1.1       deraadt     1: /*
                      2:  * Written by J.T. Conklin, Apr 6, 1995
                      3:  * Public domain.
                      4:  */
                      5:
                      6: #ifndef _IEEEFP_H_
                      7: #define _IEEEFP_H_
                      8:
                      9: #include <sys/cdefs.h>
                     10: #include <machine/ieeefp.h>
                     11:
                     12: extern fp_rnd    fpgetround __P((void));
                     13: extern fp_rnd    fpsetround __P((fp_rnd));
                     14: extern fp_except fpgetmask __P((void));
                     15: extern fp_except fpsetmask __P((fp_except));
                     16: extern fp_except fpgetsticky __P((void));
                     17: extern fp_except fpsetsticky __P((fp_except));
                     18:
                     19: #endif /* _IEEEFP_H_ */