crete an idle task to run when theres ... umm. .. nothing to do ..
[AROS.git] / compiler / mlib / s_llrintf.c
blobae3ff8de45186a6de576a0d14c05f1cea9e1fec5
1 __FBSDID("$FreeBSD: src/lib/msun/src/s_llrintf.c,v 1.1 2005/01/11 23:12:55 das Exp $");
3 #define type float
4 #define roundit rintf
5 #define dtype long long
6 #define fn llrintf
8 #include "s_lrint.c"