1 2 3 4 5 6 7
#include <math.h> #include "headers/fminf.h" float fminf(float x, float y) { return _fminf(x, y); }