Blob Blame History Raw
#include "nldbl-compat.h"

double
attribute_hidden
truncl (double x)
{
  return trunc (x);
}