mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-01-06 08:53:40 +01:00
10 lines
134 B
C
10 lines
134 B
C
|
#include <sys/cdefs.h>
|
||
|
|
||
|
|
||
|
#define type double
|
||
|
#define roundit rint
|
||
|
#define dtype long long
|
||
|
#define fn llrint
|
||
|
|
||
|
#include "s_lrint.c"
|