fix off-by-1 screen title fill
[AROS.git] / compiler / mlib / s_llround.c
bloba6c12dfff070efd86d5a794db09dddbd1f90b330
1 __FBSDID("$FreeBSD: src/lib/msun/src/s_llround.c,v 1.2 2005/04/08 00:52:27 das Exp $");
3 #define type double
4 #define roundit round
5 #define dtype long long
6 #define DTYPE_MIN LLONG_MIN
7 #define DTYPE_MAX LLONG_MAX
8 #define fn llround
10 #include "s_lround.c"