f06a3c278eaf91e00f6dabd89ee7b7652fc27fb1
[musl] / src / math / llrintf.c
1 #define type            float
2 #define roundit         rintf
3 #define dtype           long long
4 #define fn              llrintf
5
6 #include "lrint.c"