1188943Sthompsa#include <sys/cdefs.h>
2188943Sthompsa__FBSDID("$FreeBSD$");
3188943Sthompsa
4188943Sthompsa#define type		long double
5188943Sthompsa#define	roundit		roundl
6188943Sthompsa#define dtype		long
7188943Sthompsa#define	DTYPE_MIN	LONG_MIN
8188943Sthompsa#define	DTYPE_MAX	LONG_MAX
9188943Sthompsa#define	fn		lroundl
10188943Sthompsa
11188943Sthompsa#include "s_lround.c"
12188943Sthompsa