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