<iso646.h>: Avoid conflicts w/ C++ keywords.
[dragonfly.git] / lib / libm / src / s_lrintf.c
1 /*
2  * FreeBSD SVN: 153017 (2005-12-02)
3  */
4
5 #define type            float
6 #define roundit         rintf
7 #define dtype           long
8 #define fn              lrintf
9
10 #include "s_lrint.c"