#include "nldbl-compat.h"

double
attribute_hidden
ceill (double x)
{
  return ceil (x);
}
