mirror of
https://github.com/ada-dmitry/prog.l_ada.git
synced 2026-09-24 09:10:14 +00:00
prog
This commit is contained in:
@@ -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++){
|
||||
|
||||
Reference in New Issue
Block a user