commit
This commit is contained in:
parent
50ea8f2735
commit
aa5045a797
4 changed files with 41 additions and 10 deletions
2
conf.h
2
conf.h
|
@ -4,6 +4,7 @@
|
|||
struct listenerList;
|
||||
|
||||
typedef struct conf {
|
||||
int id;
|
||||
char title[30];
|
||||
char speaker[20];
|
||||
int day;
|
||||
|
@ -19,6 +20,7 @@ typedef struct confList {
|
|||
} tConfList;
|
||||
|
||||
typedef struct listener {
|
||||
int id;
|
||||
char name[20];
|
||||
int age;
|
||||
int level;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue