10 lines
157 B
C
10 lines
157 B
C
|
#include <sys/cdefs.h>
|
||
|
__FBSDID("$FreeBSD$");
|
||
|
|
||
|
#define type long double
|
||
|
#define roundit rintl
|
||
|
#define dtype long
|
||
|
#define fn lrintl
|
||
|
|
||
|
#include "s_lrint.c"
|