Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git] / newlib / libm / machine / spu / sf_fmin.c
bloba08dca8d0469bb51a1c7792c00bfe0ffd1a0eca8
1 #include <math.h>
2 #include "headers/fminf.h"
4 float fminf(float x, float y)
6 return _fminf(x, y);