This function rounds the argument by truncating the decimal part to form an integer value in a floating-point format.
long double __far truncl(long double x); (C99)
Returns a truncated integer value.
This function rounds the argument by truncating the decimal part to form an integer value in a floating-point format.