Atoi(): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
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]] |
Revision as of 01:53, 22 July 2006
int atoi(const char *)
This function, named for the phrase "ascii to integer," parses a string argument into its integer representation.