]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/msun/src/s_llround.c
Add 'contrib/libdiff/' from commit '9eb461aa4b61ab47855b2cee9e5b626a76888b5e'
[FreeBSD/FreeBSD.git] / lib / msun / src / s_llround.c
1 #define type            double
2 #define roundit         round
3 #define dtype           long long
4 #define DTYPE_MIN       LLONG_MIN
5 #define DTYPE_MAX       LLONG_MAX
6 #define fn              llround
7
8 #include "s_lround.c"