C/qsort: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Lethern (dyskusja | edycje)
Lethern (dyskusja | edycje)
Linia 37:
scanf("%d", &ile);
 
tablica= (int*) malloc(ile *sizeof(int) );
 
for (i=0; i<ile; ++i)