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