]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/msun/src/s_lrintf.c
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / msun / src / s_lrintf.c
1 #include <sys/cdefs.h>
2 __FBSDID("$FreeBSD$");
3
4 #define type            float
5 #define roundit         rintf
6 #define dtype           long
7 #define fn              lrintf
8
9 #include "s_lrint.c"