[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

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

printf, scanf subroutines

Chapter 24, Subroutines, Example Programs, and Libraries

List of Numerical Manipulation Subroutines

List of 128-Bit Long Double Numerical Manipulation Subroutines


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]