This commit is contained in:
Lukian LEIZOUR 2023-11-20 10:24:31 +01:00
parent 50ea8f2735
commit aa5045a797
4 changed files with 41 additions and 10 deletions

2
conf.h
View file

@ -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;