table of contents
other versions
- buster 4.0-1
- buster-backports 4.4-1~bpo10+1
- testing 4.4-2
- unstable 4.4-2
- experimental 4.5-1
FUNCTION::STRTOL(3stap) | A collection of standard strin | FUNCTION::STRTOL(3stap) |
NAME¶
function::strtol - strtol - Convert a string to a longSYNOPSIS¶
strtol:long(str:string,base:long)
ARGUMENTS¶
strstring to convert
base
the base to use
DESCRIPTION¶
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).SEE ALSO0¶
tapset::string(3stap)November 2020 | SystemTap Tapset Reference |