add legacy getloadavg api
[musl.git] / src / math / llroundf.c
blob19eb77ee3d568c9d95826a9a29ba5e90e24af819
1 #include <math.h>
3 long long llroundf(float x)
5 return roundf(x);