ATOI(2) SYSTEM CALLS ATOI(2)
NAME
atoi - "converts a string to an integer
SYNOPSIS
int atoi(string str);
DESCRIPTION
Takes the string str and converts it to an integer, if pos-
sible. Returns zero if the string is empty or does not
begin with a valid integer.
AUTHOR
Ichabod@TMI, 1/18/93
MudOS Release 0.9 Last change: 3-19-93