This commit is contained in:
ada-dmitry
2023-03-14 12:40:00 +03:00
parent 05443645a8
commit 6740b748f4
3 changed files with 37 additions and 0 deletions
+4
View File
@@ -24,6 +24,10 @@ void st_rand(struct st1 temp[], int n){
}
}
/*void swap(struct st1 temp[], int c, int d, int n){
Дописать функцию!
}
*/
void st_print(struct st1 temp[], int n){
int k;
for(k=0;k<n;k++){