mirror of
https://github.com/yv1ing/Student-Information-Management-System.git
synced 2025-09-16 14:44:46 +08:00
finished work
This commit is contained in:
8
heads/stu_info.h
Normal file
8
heads/stu_info.h
Normal file
@@ -0,0 +1,8 @@
|
||||
struct stu{
|
||||
char stu_num[20];
|
||||
char name[20];
|
||||
char gender[10];
|
||||
int age;
|
||||
float chinese,math,english;
|
||||
struct stu *prev,*next;
|
||||
};
|
||||
Reference in New Issue
Block a user