Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

function::strtol(3stap)


FUNCTION::STRTOL

FUNCTION::STRTOL

NAME
SYNOPSIS
ARGUMENTS
GENERAL SYNTAX
DESCRIPTION

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

GENERAL SYNTAX

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

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



function::strtol(3stap)