Changed default drawer dimensions to show approximately two rows of
[AROS.git] / compiler / stdc / math / s_llroundf.c
blobd6517229f03058f15e623017a9ff51e2d14b8e22
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 __FBSDID("$FreeBSD: src/lib/msun/src/s_llroundf.c,v 1.2 2005/04/08 00:52:27 das Exp $");
8 #define type float
9 #define roundit roundf
10 #define dtype long long
11 #define DTYPE_MIN LLONG_MIN
12 #define DTYPE_MAX LLONG_MAX
13 #define fn llroundf
15 #include "s_lround.c"