Files
prog.l_ada/Home/PL/Project1/st.func.h
T
2023-04-02 21:02:59 +03:00

8 lines
126 B
C

struct st1{
int i;
char s[128];
};
void st_rand(struct st1 temp[], int n);
void st_print(struct st1 temp[], int n);