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