test
This commit is contained in:
parent
84a8940644
commit
2f15bd7111
2
anketa.c
2
anketa.c
@ -10,7 +10,7 @@ int count_students(struct student* students){
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return i;
|
return i-1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int search(struct student* students,const char* name){
|
int search(struct student* students,const char* name){
|
||||||
|
Loading…
Reference in New Issue
Block a user