Files
prog.l_ada/PL/Project1/st_func.h
T
2023-03-26 11:05:27 +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);