mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
9 lines
151 B
C
9 lines
151 B
C
#include <sys/cdefs.h>
|
|
__FBSDID("$FreeBSD$");
|
|
|
|
#define type float
|
|
#define roundit rintf
|
|
#define dtype long
|
|
#define fn lrintf
|
|
|
|
#include "s_lrint.c"
|