This commit is contained in:
Drunk-Youth
2026-06-15 16:36:36 +08:00
parent ce8abe3c18
commit bb21a04771
9 changed files with 558 additions and 20 deletions
-3
View File
@@ -1,9 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
#include "bank.h"
#include <io.h>
#define FILE_NAME bank.bat
//要操作的全局变量,但不在本模块定义需要声明为外部引入
extern STACCOUNT g_astAccounts[];