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