Atoi()
Jump to navigation
Jump to search
int atoi(const char *)
This function, named for the phrase "ascii to integer," parses a string argument into its integer representation.
This function, named for the phrase "ascii to integer," parses a string argument into its integer representation.