Exercice 10.25
int LONG_CH(char *CH) { char *P; for (P=CH ; *P; P++) ; return P-CH; }
Feedback - Copyright ©
1993,1996,1997
F.Faber