#include #include "headers/fminf.h" float fminf(float x, float y) { return _fminf(x, y); }