fix loads of missing const in new libm, and some global vars (?!) in powl
[oweals/musl.git] / src / math / lrintf.c
1 #define type            float
2 #define roundit         rintf
3 #define dtype           long
4 #define fn              lrintf
5
6 #include "lrint.c"