mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-01-06 08:53:40 +01:00
12 lines
200 B
C
12 lines
200 B
C
|
#include <sys/cdefs.h>
|
||
|
|
||
|
|
||
|
#define type long double
|
||
|
#define roundit roundl
|
||
|
#define dtype long long
|
||
|
#define DTYPE_MIN LLONG_MIN
|
||
|
#define DTYPE_MAX LLONG_MAX
|
||
|
#define fn llroundl
|
||
|
|
||
|
#include "s_lround.c"
|