PREV INDEX NEXT

Author: Unknown
Subject: atoi()
Date: Saturday, 18 Apr 2020, 11:45:57

On the Hwk6 specs, it writes "you may use atoi() to extract a number from an argument without checking that the argument contains only digits or that the number fits into an int."
Does that mean we don't need to check the case where the argument is sth like 

./Boggle 3c 4 ABCDEFGHIJKL ?
PREV INDEX NEXT