Atoi(): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{wrongtitle|title=atoi}}
==int '''atoi'''(const char *)==
==int '''atoi'''(const char *)==
This function, named for the phrase "'''a'''scii '''to''' '''i'''nteger," 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]]
[[Category:Functions]]
[[Category:Functions]]

Revision as of 16:46, 11 October 2006

Template:Wrongtitle

int atoi(const char *)

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