Изменить 'du6/program.c'
This commit is contained in:
parent
9cc6726655
commit
d9a292f9d9
@ -73,7 +73,7 @@ void print(struct LIS *list,int count,int places){
|
|||||||
if(places>0){
|
if(places>0){
|
||||||
puts("Prijati studenti:");
|
puts("Prijati studenti:");
|
||||||
for(;j<nado;j++){
|
for(;j<nado;j++){
|
||||||
printf("%s %s1\n",list[j].sname,list[j].fname);
|
printf("%s %s\n",list[j].sname,list[j].fname);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(count-places>0)
|
if(count-places>0)
|
||||||
|
Loading…
Reference in New Issue
Block a user