Strtoi

From UODemo Wiki
Revision as of 20:45, 24 January 2010 by Batlin (talk | contribs) (Created page with 'integer '''strtoi'''(string ''AnyString''); Converts a string to a signed integer. This is implemented by using the ''atoi'' C function.')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

integer strtoi(string AnyString);

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