relocation

This commit is contained in:
ada-dmitry
2023-04-02 20:49:26 +03:00
parent 6cab6118f1
commit 1124209d64
48 changed files with 0 additions and 0 deletions
+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);