Integer Arithmetic Functions
abs
returns the absolute value of the int argument
div
compute quotient and remainder of an integer division
labs
returns the absolute value of the long int argument
ldiv
compute quotient and remainder of a long int division