[LeetCode] Problem 8 - String to Integer (atoi)
Implement atoi to convert a string to an integer.
The function first discards as many whitespace characters as necessary until the first non-whitespac
...