Import OpenBSD's libm (trunk, 4 July 2015) to a new vendor branch
[dragonfly.git] / contrib / openbsd_libm / src / s_llrintl.c
1 /*      $OpenBSD: s_llrintl.c,v 1.1 2011/07/06 00:02:42 martynas Exp $  */
2
3 /*
4  * Written by Martynas Venckus.  Public domain
5  */
6
7 #define type            long double
8 #define roundit         rintl
9 #define dtype           long long
10 #define fn              llrintl
11
12 #include "s_lrintl.c"