GNU/Linux |
CentOS 5.6 |
|
![]() |
function::strtol(3stap) |
![]() |
function::strtol − strtol − Convert a string to a long.
strtol:long(str:string,base:long)
str |
String to convert. |
|||
base |
The base to use |
strtol:long (str:string, base:long)
This function converts the string representation of a number to an integer. The base parameter indicates the number base to assume for the string (eg. 16 for hex, 8 for octal, 2 for binary).
![]() |
function::strtol(3stap) | ![]() |