#include __FBSDID("$FreeBSD: src/lib/msun/src/s_llroundl.c,v 1.1.20.1 2009/04/15 03:14:26 kensmith Exp $"); #define type long double #define roundit roundl #define dtype long long #define DTYPE_MIN LLONG_MIN #define DTYPE_MAX LLONG_MAX #define fn llroundl #include "s_lround.c"