2005-01-11 23:12:55 +00:00
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__FBSDID("$FreeBSD$");
|
|
|
|
|
|
|
|
#define type float
|
|
|
|
#define roundit roundf
|
|
|
|
#define dtype long long
|
|
|
|
#define DTYPE_MIN LLONG_MIN
|
|
|
|
#define DTYPE_MAX LLONG_MAX
|
|
|
|
#define fn llroundf
|
|
|
|
|
2005-04-08 01:52:27 +01:00
|
|
|
#include "s_lround.c"
|