mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-03 04:50:23 +08:00
10 lines
163 B
C
10 lines
163 B
C
|
#include <sys/cdefs.h>
|
||
|
__FBSDID("$FreeBSD$");
|
||
|
|
||
|
#define type long double
|
||
|
#define roundit rintl
|
||
|
#define dtype long long
|
||
|
#define fn llrintl
|
||
|
|
||
|
#include "s_lrint.c"
|