function::strtol(3) debian man page | unix.com

Man Page: function::strtol

Operating Environment: debian

Section: 3

function::strtol

FUNCTION:(3stap)					  A collection of standard strin					  FUNCTION:(3stap)

NAME
function::strtol - strtol - Convert a string to a long
SYNOPSIS
strtol:long(str:string,base: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). SystemTap Tapset Reference May 2013 FUNCTION:(3stap)
Related Man Pages
strtoll(3) - mojave
atol(3c) - hpux
strtol(3c) - hpux
strtoull(3c) - hpux
tapset::string(3stap) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com