===============================================================================

SYNTAX :: atoi(string targ);

This sfun converts a string into an int.

If the string is not numbers, a 0 is returned.

