Function atoi

Top 

Declaration:

int atoi(char s[]);

Description

Converts an ASCII-string (parameter s) into the integer number.