NAME
atoi - ascii to int
SYNOPSIS
int atoi(string s)
DESCRIPTION
Will convert the string s to an int.
EXAMPLES
atoi("42") - will return 42
atoi("4711foobar69") - will return 4711
atoi("gazonk") - will return 0
SEE ALSO
sfun/itoa
Help topics available:
You are guest number 212 since November 2019.
This file was last modified: June 2000.