Files
prog.l_ada/Lesson/14.03/Project1/st.func.h
T
2023-03-14 12:40:00 +03:00

9 lines
127 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);