75bc489b6d
Discussed with: bde
10 lines
151 B
C
10 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"
|