revert between 56095 -> 55830 in arch
[AROS.git] / compiler / stdc / math / s_llround.c
blobe6aad9b3e3e8c936dd0b0e4fd8e9457f7038d686
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 __FBSDID("$FreeBSD: src/lib/msun/src/s_llround.c,v 1.2 2005/04/08 00:52:27 das Exp $");
8 #define type double
9 #define roundit round
10 #define dtype long long
11 #define DTYPE_MIN LLONG_MIN
12 #define DTYPE_MAX LLONG_MAX
13 #define fn llround
14 #define fnld llroundl
16 #include "s_lround.c"