Strtoi

From UODemo Wiki
Revision as of 10:25, 25 January 2010 by Batlin (talk | contribs)

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


Return to the Command List.