mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-01-06 08:53:40 +01:00
12 lines
186 B
C
12 lines
186 B
C
|
#include <sys/cdefs.h>
|
||
|
|
||
|
|
||
|
#define type float
|
||
|
#define roundit roundf
|
||
|
#define dtype long
|
||
|
#define DTYPE_MIN LONG_MIN
|
||
|
#define DTYPE_MAX LONG_MAX
|
||
|
#define fn lroundf
|
||
|
|
||
|
#include "s_lround.c"
|