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