PREV INDEX NEXT

Author: Unknown
Subject: Is strtoul() necessary?
Date: Sunday, 13 Sep 2020, 00:03:18

Can we use atoi to convert string to int, and use isdigit to check if it is a number, and if the number is out of range (in this case, atoi is going to return -1)
PREV INDEX NEXT