Update 'cv5/program.c'
This commit is contained in:
		
							parent
							
								
									97083e4ab7
								
							
						
					
					
						commit
						7d39793ba4
					
				@ -53,15 +53,16 @@ int main() {
 | 
			
		||||
            }
 | 
			
		||||
            validneZaznamy = 1; 
 | 
			
		||||
        } else {
 | 
			
		||||
            
 | 
			
		||||
           
 | 
			
		||||
            break;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (!validneZaznamy) {
 | 
			
		||||
        
 | 
			
		||||
      
 | 
			
		||||
        printf("Nepodarilo nacitat nic\n");
 | 
			
		||||
        return 0; 
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    qsort(studenti, pocetStudentov, sizeof(Student), porovnaj);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user