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

Author:
Convertir une chaîne de caractères à un entier de type long
/*
 
long atol ( const char *s  );
int atoi ( const char *s  );
long long atoll ( const char *s  );