String/atoi library

Functions

atoi(String s) int
String to Integer (Atoi): Converts a string to an integer, handling optional +/- and whitespace. Converts a string s to an integer, handling optional +/- and whitespace (Atoi).