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