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