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:
5
heads/users.h
Normal file
5
heads/users.h
Normal file
@@ -0,0 +1,5 @@
|
||||
struct user{
|
||||
char account[20];
|
||||
char password[20];
|
||||
struct user *next;
|
||||
};
|
||||
Reference in New Issue
Block a user