mirror of
https://github.com/ada-dmitry/prog.l_ada.git
synced 2026-09-24 09:10:14 +00:00
32
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
struct st1{
|
||||
int i;
|
||||
char s[128];
|
||||
};
|
||||
|
||||
void st_rand(struct st1 temp[], int n);
|
||||
void st_print(struct st1 temp[], int n);
|
||||
|
||||
Reference in New Issue
Block a user