Python  1.0
Namespaces | Functions
_01c_str2int.py File Reference

Namespaces

 _01c_str2int
 The equivalent of the function atoi.
 

Functions

def _01c_str2int.str2int (str)
 Converts a string with characters from '0' to '9' to an integer. More...
 
def _01c_str2int.main ()