blob: a8fc3d548a72dc093bfa72e99d7339a5668c677c [file] [log] [blame]
#include "nldbl-compat.h"
double
attribute_hidden
ceill (double x)
{
return ceil (x);
}