mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
11 lines
216 B
C
11 lines
216 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_lround.c"
|