blob: b17c327640a62aadff9593cdf5473f2f59c5e3b2 [file] [log] [blame]
#include <math.h>
#include "headers/fmax.h"
double fmax(double x, double y)
{
return _fmax(x, y);
}