debian man page for function::strtol

Query: function::strtol

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
strtol(3) - bsd
explain_strtol_or_die(3) - debian
atol(3c) - hpux
atoi(3c) - hpux
strtoul(3c) - hpux
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Find columns in a file based on header and print to new file