summaryrefslogtreecommitdiff
path: root/lib/libm/src/s_lrintf.c
blob: 54b141198f06828179549e728de6f54fa973b235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <sys/cdefs.h>
#ifdef __FreeBSD__
__FBSDID("$FreeBSD: head/lib/msun/src/s_lrintf.c 140088 2005-01-11 23:12:55Z das $");
#else
__RCSID("$NetBSD: s_lrintf.c,v 1.1 2017/05/06 18:03:24 christos Exp $");
#endif

#define stype		float
#define	roundit		rintf
#define dtype		long
#define	fn		lrintf

#include "s_lrint.c"