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