[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs

List of Long Long Integer Numerical Manipulation Subroutines

The following subroutines perform numerical manipulation of integers stored in the long long integer data format:

llabs Computes the absolute value of a long long integer.
lldiv Computes the quotient and remainder of the division of two long long integers.
strtoll Converts a string to a signed long long integer.
strtoull Converts a string to an unsigned long long integer.
wcstoll Converts a wide character string to a signed long long integer.
wcstoull Converts a wide character string to an unsigned long long integer.

Related Information

The printf, scanf subroutines.

Subroutines Overview.

List of Numerical Manipulation Subroutines.

List of 128-Bit Long Double Numerical Manipulation Subroutines.


[ Previous | Next | Contents | Glossary | Home | Search ]