mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-01-01 06:23:39 +01:00
9 lines
220 B
C
9 lines
220 B
C
#include "cdefs-compat.h"
|
|
//__FBSDID("$FreeBSD: src/lib/msun/src/s_lrintf.c,v 1.1 2005/01/11 23:12:55 das Exp $");
|
|
|
|
#define type float
|
|
#define roundit rintf
|
|
#define dtype long
|
|
#define fn lrintf
|
|
|
|
#include "s_lrint.c"
|