<iso646.h>: Avoid conflicts w/ C++ keywords.
[dragonfly.git] / lib / libm / src / s_llrintl.c
1 /*
2  * FreeBSD SVN: 175309 (2008-01-14)
3  */
4
5 #define type            long double
6 #define roundit         rintl
7 #define dtype           long long
8 #define fn              llrintl
9
10 #include "s_lrint.c"