aos/lib/msun/src/s_lroundf.c
Daniel Schwyn 6d444bf552 Main handout
Signed-off-by: Daniel Schwyn <daniel.schwyn@inf.ethz.ch>
2022-03-03 14:57:51 +01:00

12 lines
208 B
C

#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#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"