mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 08:33:24 +00:00
12 lines
215 B
C
12 lines
215 B
C
|
#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
|
||
|
|
||
|
#include "s_lrint.c"
|