diff --git a/Lesson/14.03/Project1/programm.exe b/Lesson/14.03/Project1/programm.exe new file mode 100644 index 0000000..80aa53e Binary files /dev/null and b/Lesson/14.03/Project1/programm.exe differ diff --git a/Lesson/14.03/Project1/st.func.h b/Lesson/14.03/Project1/st.func.h index f53934b..73d8eda 100644 --- a/Lesson/14.03/Project1/st.func.h +++ b/Lesson/14.03/Project1/st.func.h @@ -1,4 +1,3 @@ - struct st1{ int i; char s[128]; diff --git a/Lesson/14.03/Project1/st_func.h b/Lesson/14.03/Project1/st_func.h new file mode 100644 index 0000000..73d8eda --- /dev/null +++ b/Lesson/14.03/Project1/st_func.h @@ -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); + \ No newline at end of file