| #include <sys/cdefs.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 LONGLONG_MIN | |
| #define DTYPE_MAX LONGLONG_MAX | |
| #define fn llround | |
| #include "s_lround.c" |