logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::strtol - strtol - Convert a string to a long

Arguments

str
           string 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).

Name

       function::strtol - strtol - Convert a string to a long

See Also

tapset::string(3stap)

SystemTap Tapset Reference                         April 2024                            FUNCTION::STRTOL(3stap)

Synopsis

           strtol:long(str:string,base:long)

See Also