@ -23,8 +23,13 @@ int compare_pizza(const void * left, const void * right) {
return -1;
}
else{
if(a->name[0] > b->name[0]){
return 1;
The note is not visible to the blocked user.