Import OpenBSD's libm (trunk, 4 July 2015) to a new vendor branch
[dragonfly.git] / contrib / openbsd_libm / src / s_llrintf.c
1 /*      $OpenBSD: s_llrintf.c,v 1.2 2006/09/25 22:16:48 kettenis Exp $  */
2 /* $NetBSD: llrintf.c,v 1.2 2004/10/13 15:18:32 drochner Exp $ */
3
4 /*
5  * Written by Matthias Drochner <drochner@NetBSD.org>.
6  * Public domain.
7  */
8
9 #define LRINTNAME llrintf
10 #define RESTYPE long long int
11 #define RESTYPE_MIN LLONG_MIN
12 #define RESTYPE_MAX LLONG_MAX
13
14 #include "s_lrintf.c"