blob: 6ef83759c314264869a39ed1aec2ec7b3396a732 [file] [log] [blame]
Elliott Hughesa0ee0782013-01-30 19:06:37 -08001#include <sys/cdefs.h>
2__FBSDID("$FreeBSD$");
3
4#define type long double
5#define roundit rintl
6#define dtype long long
7#define fn llrintl
8
9#include "s_lrint.c"