temamironovonline 1 年之前
父节点
当前提交
4db62ff683
共有 1 个文件被更改,包括 12 次插入0 次删除
  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;
+};
+