Files
prog.l_ada/Mephi/PL/Project1/st_func.h
T
2023-04-02 20:49:26 +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);