This commit is contained in:
Lukian 2023-11-13 19:31:59 +01:00
parent e704df4a8d
commit d149e5c768
4 changed files with 103 additions and 22 deletions

4
main.c
View file

@ -5,7 +5,7 @@
int main()
{
ptConf confChain = newConfChain();
/*ptConf confChain = newConfChain();
ptListener listenerChain = newListenerChain();
addConf(confChain, "test", "tesst", 21, 120, 2023);
@ -26,7 +26,7 @@ int main()
while (py -> next != NULL) {
printf("name: %s\nage: %d\nlevel: %d", py -> name, py -> age, py -> level);
py = py -> next;
}
}*/
menu();