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