integer strtoi(string AnyString);
Converts a string to a signed integer. This is implemented by using the atoi C function.