atoll

Converts a string to a long long integer.

Library:LibC
Classification:ANSI
Service:General C Services

Syntax

  #include <stdlib.h> 
   
  int64_t atoll (
     const char   *ptr);
  

Parameters

ptr

(IN) Points to the string to be converted.

Return Values

Returns the converted value.

See Also