Cygwin: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git] / newlib / libm / machine / spu / llroundf.c
blob8adfd43c3e288367f926308f5fc57bd56c3619cb
1 #include <math.h>
2 #include "headers/llroundf.h"
4 long long int llroundf(float x)
6 return _llroundf(x);