2Fermer4
Kevin KoflerLe 07/07/2007 à 22:24
Tes tests if (strlen(text[i])) peuvent être simplifiés en if (text[i]) (ou if (text[i]!=NULL)).