Atoi(): Difference between revisions

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

Revision as of 17:08, 20 May 2006

int atoi(const char *)

This function, named for the phrase "ascii to integer," parses a string argument into its integer representation.