#include __FBSDID("$FreeBSD: head/lib/msun/src/s_lroundf.c 140088 2005-01-11 23:12:55Z das $"); #define type float #define roundit roundf #define dtype long #define DTYPE_MIN LONG_MIN #define DTYPE_MAX LONG_MAX #define fn lroundf #include "s_lrint.c"