make sure we have a large enough buffer to hold the output of the print statement
[AROS.git] / compiler / stdc / math / s_llrintl.c
blob6541af12140f40e6345e9fe4243d29ba6b37a5ed
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 __FBSDID("$FreeBSD: src/lib/msun/src/s_llrintl.c,v 1.1 2008/01/14 02:12:06 das Exp $");
8 #define type long double
9 #define roundit rintl
10 #define dtype long long
11 #define fn llrintl
13 #include "s_lrint.c"