Merge branch 'vendor/LIBARCHIVE'
[dragonfly.git] / lib / libm / src / s_lrintl.c
1 /*
2  * FreeBSD SVN: 175309 (2008-01-14)
3  */
4
5 #define type            long double
6 #define roundit         rintl
7 #define dtype           long
8 #define fn              lrintl
9
10 #include "s_lrint.c"