mirror of
https://github.com/fluencelabs/musl
synced 2025-06-04 18:41:34 +00:00
11 lines
218 B
C
11 lines
218 B
C
|
#define type double
|
||
|
#define roundit round
|
||
|
#define dtype long long
|
||
|
#define DTYPE_MIN LLONG_MIN
|
||
|
#define DTYPE_MAX LLONG_MAX
|
||
|
#define fn llround
|
||
|
|
||
|
#include "lround.c"
|
||
|
|
||
|
|