Files
prog.l_ada/Home/PL/Old/Project1/st_func.h
T
2023-04-02 21:25:54 +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);