#include <math.h>

double floor(double x);


Returns the greatest integral value not greater than x. See also ceil.