mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-24 07:57:22 +08:00
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"
|