temamironovonline 1 year ago
parent
commit
4db62ff683
1 changed files with 12 additions and 0 deletions
  1. 12 0
      testExam/98408f4f1946c522.docx

+ 12 - 0
testExam/98408f4f1946c522.docx

@@ -1424,5 +1424,17 @@ char* midname;
 int age;
 };
 
+HeaderEXE.h
+#pragma [HYPERLINK: https://vk.com/im?sel=178775378&st=%23pragma] once
+typedef int(_cdecl* forReadData)(struct users*);
+
+struct users
+{
+char* surname;
+char* name;
+char* midname;
+int age;
+};
+