Cygwin: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git] / newlib / libm / machine / spu / sf_frexp.c
blob8ea04d56f84a5427570f5fd36f2844683ac41774
1 #include <math.h>
2 #include "headers/frexpf.h"
4 float frexpf(float x, int *pexp)
6 return _frexpf(x, pexp);