OpenLibm/src/s_llround.c

12 lines
285 B
C
Raw Permalink Normal View History

#include "cdefs-compat.h"
2011-12-15 07:16:26 +01:00
//__FBSDID("$FreeBSD: src/lib/msun/src/s_llround.c,v 1.2 2005/04/08 00:52:27 das Exp $");
#define type double
#define roundit round
#define dtype long long
#define DTYPE_MIN LLONG_MIN
#define DTYPE_MAX LLONG_MAX
#define fn llround
#include "s_lround.c"