2.9
[glibc/nacl-glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-lround.c
blobaadb111f88f2ece5f8947fe730c4562d823b7264
1 #include "nldbl-compat.h"
3 long int
4 attribute_hidden
5 lroundl (double x)
7 return lround (x);