xref: /freebsd/lib/msun/src/s_lroundl.c (revision f7f4bd06a8d4e5d1e92d0d2905a68a2a03ed9c0c)
1 #include <sys/cdefs.h>
2 #define type		long double
3 #define	roundit		roundl
4 #define dtype		long
5 #define	DTYPE_MIN	LONG_MIN
6 #define	DTYPE_MAX	LONG_MAX
7 #define	fn		lroundl
8 
9 #include "s_lround.c"
10