tmpfs - Fix tmpfs_fid, fix NFS exports
[dragonfly.git] / contrib / openbsd_libm / src / s_llroundl.c
blob926bc0bbbe11673be893366565ec5e572244d421
1 /* $OpenBSD: s_llroundl.c,v 1.1 2011/07/06 00:02:42 martynas Exp $ */
3 /*
4 * Written by Martynas Venckus. Public domain
5 */
7 #define type long double
8 #define roundit roundl
9 #define dtype long long
10 #define DTYPE_MIN LLONG_MIN
11 #define DTYPE_MAX LLONG_MAX
12 #define fn llroundl
14 #include "s_lroundl.c"