my atoi
Created on Dec. 2, 2024 by 467
Write the my_atoi() function, which takes a string of characters of type
"1234" as a parameter and returns the associated number.
Handling of non-numeric characters will not be necessary.
Do not provide a main, I'll compile with mine.
There's no corrections yet, hit the `Submit` button to send your code to the correction bot.
Keyboard shortcuts:
- Ctrl-Enter: Send your code to the correction bot.
- Escape: Get back to the instructions tab.