xref: /freebsd/lib/msun/src/s_llround.c (revision d9a9f23d0b3f1676d5656b76301341c0037d15b7)
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"
9