mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
8 lines
168 B
C
8 lines
168 B
C
#define type double
|
|
#define roundit round
|
|
#define dtype long long
|
|
#define DTYPE_MIN LLONG_MIN
|
|
#define DTYPE_MAX LLONG_MAX
|
|
#define fn llround
|
|
|
|
#include "s_lround.c"
|