roundl
long double roundl(long double);
LDBL_PROTO_NORMAL(roundl);
#define roundit roundl
#define roundit roundl
DEF_STD(roundl);
assert(roundl(8.6L) == 9.);
assert(roundl(2.5L) == 3.);
assert(roundl(-2.5L) == -3.);