Atoi(): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
m (added source of function name)
Line 1: Line 1:
==int '''atoi'''(const char *)==
==int '''atoi'''(const char *)==
This function parses a string argument into its [[integer]] representation.
(from '''a'''scii '''to''' '''i'''nteger) This function parses a string argument into its [[integer]] representation.
[[Category:Helpers]]
[[Category:Helpers]]

Revision as of 09:11, 20 May 2006

int atoi(const char *)

(from ascii to integer) This function parses a string argument into its integer representation.