Strtoi

From UODemo Wiki
Revision as of 20:45, 24 January 2010 by Batlin (talk | contribs) (Protected "Strtoi" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))

Jump to: navigation, search

integer strtoi(string AnyString);

Converts a string to a signed integer. This is implemented by using the atoi C function.