s_lroundl.c 216 B

1234567891011
  1. #include <sys/cdefs.h>
  2. //__FBSDID("$FreeBSD$");
  3. #define type long double
  4. #define roundit roundl
  5. #define dtype long
  6. #define DTYPE_MIN LONG_MIN
  7. #define DTYPE_MAX LONG_MAX
  8. #define fn lroundl
  9. #include "s_lround.c"