truncl
(3)round to integer, toward zero
#include <math.h> double trunc(double x); float truncf(float x); long double truncl(long double x); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): trunc(), truncf(), truncl(): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L