#include "cdefs-compat.h" //__FBSDID("$FreeBSD: src/lib/msun/src/s_llround.c,v 1.2 2005/04/08 00:52:27 das Exp $"); #define type double #define roundit round #define dtype long long #define DTYPE_MIN LLONG_MIN #define DTYPE_MAX LLONG_MAX #define fn llround #include "s_lround.c"