mirror of
https://github.com/ada-dmitry/prog.l_ada.git
synced 2026-09-24 01:00:15 +00:00
ready
This commit is contained in:
Binary file not shown.
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
struct st1{
|
struct st1{
|
||||||
int i;
|
int i;
|
||||||
char s[128];
|
char s[128];
|
||||||
|
|||||||
@@ -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