blob: a08dca8d0469bb51a1c7792c00bfe0ffd1a0eca8 [file] [log] [blame]
#include <math.h>
#include "headers/fminf.h"
float fminf(float x, float y)
{
return _fminf(x, y);
}