x11gfx.hidd: support 32 bit modes
[AROS.git] / compiler / stdc / math / s_llroundl.c
blob74ffa0d71bbf51064f5dfb82757c53a19cf2827f
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 __FBSDID("$FreeBSD: src/lib/msun/src/s_llroundl.c,v 1.1 2005/04/08 01:24:08 das Exp $");
8 #define type long double
9 #define roundit roundl
10 #define dtype long long
11 #define DTYPE_MIN LLONG_MIN
12 #define DTYPE_MAX LLONG_MAX
13 #define fn llroundl
15 #include "s_lround.c"