Files
2010-07-27 16:58:17 +00:00

9 lines
148 B
C

#include <proto/mathieeedoubbas.h>
#include "stabs.h"
double trunc(double x)
{ return IEEEDPFloor(x); }
ALIAS(truncf,trunc);
ALIAS(truncl,trunc);