This commit is contained in:
Michaela Šaková 2019-03-23 20:29:33 +01:00
parent e0be203d42
commit fc27accf5d
3 changed files with 2 additions and 0 deletions

BIN
anketa

Binary file not shown.

View File

@ -19,6 +19,8 @@ int search(struct student* students,const char* name){
a=strcmp(students[i].name,name); a=strcmp(students[i].name,name);
if(a==0){ if(a==0){
return i; return i;
}else{
continue;
} }
} }
return -1; return -1;

BIN
anketa.o

Binary file not shown.