Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git] / newlib / libm / machine / spu / sf_remquo.c
blob3494398b244878392267339bd15f0f7af32a5db7
1 #include <math.h>
2 #include "headers/remquof.h"
4 float remquof(float x, float y, int *quo)
6 return _remquof(x, y, quo);