This commit is contained in:
Lukian 2023-11-19 14:25:34 +01:00
parent d149e5c768
commit 994572a7e3
4 changed files with 148 additions and 107 deletions

2
conf.c
View file

@ -51,4 +51,4 @@ void addListener(ptListener listenerChain, char name[], int age, int level) {
px -> next = (ptListener) malloc(sizeof(tListener));
px -> next -> next = NULL;
px -> next -> prev = px;
}
}