Convertir une chaîne de caractères à un entier de type int

Author:
Convertir une chaîne de caractères à un entier de type int
/*

int atoi ( const char *s  );
long atol ( const char *s  );
long long atoll ( const char *s  );