Merge branch 'vendor/LIBARCHIVE'
[dragonfly.git] / lib / libm / src / s_llround.c
1 /*
2  * FreeBSD SVN: 144771 (2005-04-08)
3  */
4
5 #define type            double
6 #define roundit         round
7 #define dtype           long long
8 #define DTYPE_MIN       LLONG_MIN
9 #define DTYPE_MAX       LLONG_MAX
10 #define fn              llround
11
12 #include "s_lround.c"