OpenLibm/src/s_llroundl.c

12 lines
293 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_llroundl.c,v 1.1 2005/04/08 01:24:08 das Exp $");
#define type long double
#define roundit roundl
#define dtype long long
#define DTYPE_MIN LLONG_MIN
#define DTYPE_MAX LLONG_MAX
#define fn llroundl
#include "s_lround.c"