Aktualizovat „du5/program.c“
This commit is contained in:
		
							parent
							
								
									067c7a77ac
								
							
						
					
					
						commit
						96a7241751
					
				| @ -8,7 +8,7 @@ struct person{ | ||||
| 	char name[30]; | ||||
| }; | ||||
| 
 | ||||
| void addElement(struct person *PersonList,int score,char *name){ | ||||
| void addElement(struct person **PersonList,int score,char *name){ | ||||
| 	static int size = 1; | ||||
| 	PersonList = realloc(PersonList,size*sizeof(struct person)); | ||||
| 	PersonList[size-1]->score = score; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user