This commit is contained in:
ada-dmitry
2023-03-14 12:48:12 +03:00
parent 8cfbb2db1e
commit 05fae0411c
3 changed files with 8 additions and 1 deletions
Binary file not shown.
-1
View File
@@ -1,4 +1,3 @@
struct st1{
int i;
char s[128];
+8
View File
@@ -0,0 +1,8 @@
struct st1{
int i;
char s[128];
};
void st_rand(struct st1 temp[], int n);
void st_print(struct st1 temp[], int n);