Merge branch 'openssh'
[dragonfly.git] / lib / libm / src / s_llround.c
1 /* $FreeBSD: head/lib/msun/src/s_llround.c 144771 2005-04-08 00:52:27Z das $ */
2
3 #define type            double
4 #define roundit         round
5 #define dtype           long long
6 #define DTYPE_MIN       LLONG_MIN
7 #define DTYPE_MAX       LLONG_MAX
8 #define fn              llround
9
10 #include "s_lround.c"