summaryrefslogtreecommitdiffstats
path: root/libm/src/s_llround.c
blob: 28ab13e46c3a9d0953871a1cc9326ffae43646d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <sys/cdefs.h>
/* __FBSDID("$FreeBSD: src/lib/msun/src/s_llround.c,v 1.2 2005/04/08 00:52:27 das Exp $"); */

#define type		double
#define	roundit		round
#define dtype		long long
#define	DTYPE_MIN	LONGLONG_MIN
#define	DTYPE_MAX	LONGLONG_MAX
#define	fn		llround

#include "s_lround.c"