@ -4,6 +4,8 @@
## 多个函数的使用
## 利用结构体
下面是代码库
````c
#include <stdio.h>
#include <stdlib.h>
@ -377,3 +379,4 @@ void ReadfromFile(STU stu[],int *n, int *m)
}
fclose(fp);
````