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
+9
View File
@@ -0,0 +1,9 @@
struct st1{
int i;
char s[128];
};
void st_rand(struct st1 temp[], int n);
void st_print(struct st1 temp[], int n);