Tabs to spaces, more consistent formatting, childs -> children, typos in
[AROS.git] / compiler / mlib / s_llroundl.c
blobe5a28d3f2d0f507356340911258f57b2fc6f7966
1 __FBSDID("$FreeBSD: src/lib/msun/src/s_llroundl.c,v 1.1 2005/04/08 01:24:08 das Exp $");
3 #define type long double
4 #define roundit roundl
5 #define dtype long long
6 #define DTYPE_MIN LLONG_MIN
7 #define DTYPE_MAX LLONG_MAX
8 #define fn llroundl
10 #include "s_lround.c"