codice: void mystrcpy(char *a, char *b) { while(*a++=*b++); }
void mystrcpy(char *a, char *b) { while(*a++=*b++); }
Regole del Forum